Html Css Color HEX #EECAB9 Watusi

📋 copy color: '#EECAB9'

red 238 ◦ green 202 ◦ blue 185

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

Shades of Watusi #EECAB9

Tints of Watusi #EECAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.32%

 BLUE value IS 185 (72.66% from 255) = 29.6%

R = 38.08%
G = 32.32%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EECAB9 (or 0xEECAB9) is known color: Watusi. HEX triplet: EE, CA and B9. RGB value is (238,202,185). Sum of RGB (Red+Green+Blue) = 238+202+185=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAB9 is #113546. Grayscale: #D2D2D2. Windows color (decimal): -1127751 or 12176110. OLE color: 12176110.

HSL color Cylindrical-coordinate representation of color #EECAB9: hue angle of 19.25º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EECAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 202 185 -
CMYK 0 0.15 0.22 0.07
HSL 19.25º 0.61% 0.83% -
HSV(B) 19.25º 0.22% 0.93% -
XYZ 65.14 63.92 54.8 -
YUV 210.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 238 202 185 0 0.15 0.22 0.07 19.25 0.61 0.83
Hex EE CA B9 0 F 16 7 13 3D 53
Octal 356 312 271 0 17 26 7 23 75 123
Binary 11101110 11001010 10111001 0 1111 10110 111 10011 111101 1010011

Color Harmonies of #EECAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAB9

Black with #EECAB9

Text Example


Text Example

White with #EECAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECAB9; }

 p { color: rgb(238,202,185); }

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

background-color css

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

 a { background-color: rgb(238,202,185); }

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

border-color css

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

 span { border-color: rgb(238,202,185); }

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