Html Css Color HEX #EEB076 Tacao

📋 copy color: '#EEB076'

red 238 ◦ green 176 ◦ blue 118

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

Shades of Tacao #EEB076

Tints of Tacao #EEB076

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

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

R = 44.74%
G = 33.08%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEB076 (or 0xEEB076) is known color: Tacao. HEX triplet: EE, B0 and 76. RGB value is (238,176,118). Sum of RGB (Red+Green+Blue) = 238+176+118=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB076 is #114F89. Grayscale: #BCBCBC. Windows color (decimal): -1134474 or 7778542. OLE color: 7778542.

HSL color Cylindrical-coordinate representation of color #EEB076: hue angle of 29º 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 #EEB076 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 118 -
CMYK 0 0.26 0.50 0.07
HSL 29º 0.78% 0.7% -
HSV(B) 29º 0.5% 0.93% -
XYZ 54.06 50.54 24.04 -
YUV 187.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 238 176 118 0 0.26 0.50 0.07 29 0.78 0.7
Hex EE B0 76 0 1A 32 7 1D 4E 46
Octal 356 260 166 0 32 62 7 35 116 106
Binary 11101110 10110000 1110110 0 11010 110010 111 11101 1001110 1000110

Color Harmonies of #EEB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB076

Black with #EEB076

Text Example


Text Example

White with #EEB076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB076; }

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

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

background-color css

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

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

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

border-color css

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

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

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