Html Css Color HEX #EEB476 Tacao

📋 copy color: '#EEB476'

red 238 ◦ green 180 ◦ blue 118

#EEB476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EEB476

Tints of Tacao #EEB476

RGB

 RED value IS 238 (93.36% from 255) = 44.4%

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 44.4%
G = 33.58%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEB476 (or 0xEEB476) is known color: Tacao. HEX triplet: EE, B4 and 76. RGB value is (238,180,118). Sum of RGB (Red+Green+Blue) = 238+180+118=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB476 is #114B89. Grayscale: #BEBEBE. Windows color (decimal): -1133450 or 7779566. OLE color: 7779566.

HSL color Cylindrical-coordinate representation of color #EEB476: hue angle of 31º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEB476 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 180 118 -
CMYK 0 0.24 0.50 0.07
HSL 31º 0.78% 0.7% -
HSV(B) 31º 0.5% 0.93% -
XYZ 54.85 52.13 24.31 -
YUV 190.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 238 180 118 0 0.24 0.50 0.07 31 0.78 0.7
Hex EE B4 76 0 18 32 7 1F 4E 46
Octal 356 264 166 0 30 62 7 37 116 106
Binary 11101110 10110100 1110110 0 11000 110010 111 11111 1001110 1000110

Color Harmonies of #EEB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB476

Black with #EEB476

Text Example


Text Example

White with #EEB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB476; }

 p { color: rgb(238,180,118); }

 H1.HeaderClassName
 {
   color: #EEB476;
 }
 .AnyTagClassName
 {
   color: #EEB476;
 }
</style>

background-color css

<style>
 a { background-color: #EEB476; }

 a { background-color: rgb(238,180,118); }

 div.DivClassName
 {
   background-color: #EEB476;
 }
 .BgClassName
 {
   background-color: #EEB476;
 }
</style>

border-color css

<style>
 span { border-color: #EEB476; }

 span { border-color: rgb(238,180,118); }

 td.TdClassName
 {
   border-color: #EEB476;
 }
 .TagClassName
 {
   border-color: #EEB476;
 }
</style>