Html Css Color HEX #EEAB80 Tacao

📋 copy color: '#EEAB80'

red 238 ◦ green 171 ◦ blue 128

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

Shades of Tacao #EEAB80

Tints of Tacao #EEAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

 BLUE value IS 128 (50.39% from 255) = 23.84%

R = 44.32%
G = 31.84%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEAB80 (or 0xEEAB80) is known color: Tacao. HEX triplet: EE, AB and 80. RGB value is (238,171,128). Sum of RGB (Red+Green+Blue) = 238+171+128=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB80 is #11547F. Grayscale: #BABABA. Windows color (decimal): -1135744 or 8432622. OLE color: 8432622.

HSL color Cylindrical-coordinate representation of color #EEAB80: hue angle of 23.45º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEAB80 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 171 128 -
CMYK 0 0.28 0.46 0.07
HSL 23.45º 0.76% 0.72% -
HSV(B) 23.45º 0.46% 0.93% -
XYZ 53.72 48.86 27.02 -
YUV 186.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 238 171 128 0 0.28 0.46 0.07 23.45 0.76 0.72
Hex EE AB 80 0 1C 2E 7 17 4C 48
Octal 356 253 200 0 34 56 7 27 114 110
Binary 11101110 10101011 10000000 0 11100 101110 111 10111 1001100 1001000

Color Harmonies of #EEAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB80

Black with #EEAB80

Text Example


Text Example

White with #EEAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB80; }

 p { color: rgb(238,171,128); }

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

background-color css

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

 a { background-color: rgb(238,171,128); }

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

border-color css

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

 span { border-color: rgb(238,171,128); }

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