Html Css Color HEX #EEB071 Tacao

📋 copy color: '#EEB071'

red 238 ◦ green 176 ◦ blue 113

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

Shades of Tacao #EEB071

Tints of Tacao #EEB071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.44%

R = 45.16%
G = 33.4%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEB071 (or 0xEEB071) is known color: Tacao. HEX triplet: EE, B0 and 71. RGB value is (238,176,113). Sum of RGB (Red+Green+Blue) = 238+176+113=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB071 is #114F8E. Grayscale: #BBBBBB. Windows color (decimal): -1134479 or 7450862. OLE color: 7450862.

HSL color Cylindrical-coordinate representation of color #EEB071: hue angle of 30.24º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEB071 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 113 -
CMYK 0 0.26 0.53 0.07
HSL 30.24º 0.79% 0.69% -
HSV(B) 30.24º 0.53% 0.93% -
XYZ 53.77 50.42 22.52 -
YUV 187.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 238 176 113 0 0.26 0.53 0.07 30.24 0.79 0.69
Hex EE B0 71 0 1A 35 7 1E 4F 45
Octal 356 260 161 0 32 65 7 36 117 105
Binary 11101110 10110000 1110001 0 11010 110101 111 11110 1001111 1000101

Color Harmonies of #EEB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB071

Black with #EEB071

Text Example


Text Example

White with #EEB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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