COLOR #EEB058

HEX: #EEB058
RGB: (238,176,88)

Renk bilgisi

#EEB058 contains mainly red color. #EEB058 ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#EEB058 color RGB value is (238,176,88).

  • kırmız ton 238;
  • yeşil ton 176;
  • mavi ton 88.
RGB:
(238,176,88)
(93%,69%,35%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 176 of 255 = 69%
B 88 of 255 = 35%

238
176
88

R + G + B ~ 66%. #EEB058 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 176 + 88 = 502 (100%)
R 238 of 502 ~ 47.41%
G 176 of 502 ~ 35.06%
B 88 of 502 ~ 17.53%

%47.41
%35.06
%17.53

CMYK RENK MODELİ

#EEB058 rengi CMYK tonu (0,26,63,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.05%
  • sarı tonu 63.03%
  • ana renk tonu 6.67%
CMYK:
(0,26,63,7)
C0M26Y63K7 
(0%,26%,63%,7%)
(0.00/0.26/0.63/0.07)	

CMYK yüzdeleri

%0
%26.05
%63.03
%6.67

Codes

Color #EEB058 in popluar color models

EEB058
RGB23817688
HSL35°81.52%63.92%
HSB/HSV35°63.03%93.33%
CMYK0.00%26.05%63.03%
6.67%

Color #EEB058 in popluar number systems.

HEXEEB058
Decimal23817688
Binary11101110101100001011000
Octal356260130

Shades and tints

Shades of #EEB058

#EEB058
(238,176,88)
#D9A050
(217,160,80)
#C49048
(196,144,72)
#AF8040
(175,128,64)
#9A7038
(154,112,56)
#856030
(133,96,48)
#705028
(112,80,40)
#5B4020
(91,64,32)
#463018
(70,48,24)
#312010
(49,32,16)
#1C1008
(28,16,8)
#000000
(0,0,0)

Tints of #EEB058

#EEB058
(238,176,88)
#EFB767
(239,183,103)
#F0BE76
(240,190,118)
#F1C585
(241,197,133)
#F2CC94
(242,204,148)
#F3D3A3
(243,211,163)
#F4DAB2
(244,218,178)
#F5E1C1
(245,225,193)
#F6E8D0
(246,232,208)
#F7EFDF
(247,239,223)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB058 color. Also use rgb(238,176,88) instead hex code.

Text Font Color

.myTextColor { color: #EEB058; }

<p style="color:#EEB058">This sample text font color is #EEB058.</p>

This text font color is #EEB058.


Background Color

.myBgColor { background-color: #EEB058; }

<div style="background-color:#EEB058">Inner text</div>

This div background color is #EEB058.


Border color

.myBorderColor { border: 1px solid #EEB058; }

<div style="border:3px solid #EEB058">Div</div>

This div border color is #EEB058.


Opacity

.myOpacity80 { color: #EEB058; opacity: 0.8; }

<p style="color:#EEB058;opacity:0.8;">80%</p>

Text with #EEB058 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEB058;}

<p style="text-shadow: 3px 3px 1px #EEB058">Text here.</p>

This text has shadow with #EEB058 color.

.textShadow {text-shadow: 3px 3px 1px #EEB058, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEB058, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEB058 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB058, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEB058, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEB058 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEB058;
  -webkit-box-shadow:	1px 1px 3px 2px #EEB058;
  box-shadow:		1px 1px 3px 2px #EEB058;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB058;
-webkit-box-shadow: 1px 1px 3px 2px #EEB058;
box-shadow:1px 1px 3px 2px #EEB058;">
Div content here</div>
This div box has shadow with color #EEB058.

Preview

Color preview on black background

This text has color #EEB058 on black background.


Color preview on white background

This text has color #EEB058 on white background.



Black color preview on #EEB058 background

This text has black color on #EEB058 background.


White color preview on #EEB058 background

This text has white color on #EEB058 background.