Html Css Color HEX #EEC9BA Watusi

📋 copy color: '#EEC9BA'

red 238 ◦ green 201 ◦ blue 186

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

Shades of Watusi #EEC9BA

Tints of Watusi #EEC9BA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.16%

 BLUE value IS 186 (73.05% from 255) = 29.76%

R = 38.08%
G = 32.16%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EEC9BA (or 0xEEC9BA) is known color: Watusi. HEX triplet: EE, C9 and BA. RGB value is (238,201,186). Sum of RGB (Red+Green+Blue) = 238+201+186=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9BA is #113645. Grayscale: #D2D2D2. Windows color (decimal): -1128006 or 12241390. OLE color: 12241390.

HSL color Cylindrical-coordinate representation of color #EEC9BA: hue angle of 17.31º degrees, saturation: 0.6, 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 #EEC9BA is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 201 186 -
CMYK 0 0.16 0.22 0.07
HSL 17.31º 0.6% 0.83% -
HSV(B) 17.31º 0.22% 0.93% -
XYZ 65.01 63.5 55.28 -
YUV 210.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 238 201 186 0 0.16 0.22 0.07 17.31 0.6 0.83
Hex EE C9 BA 0 10 16 7 11 3C 53
Octal 356 311 272 0 20 26 7 21 74 123
Binary 11101110 11001001 10111010 0 10000 10110 111 10001 111100 1010011

Color Harmonies of #EEC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC9BA

Black with #EEC9BA

Text Example


Text Example

White with #EEC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC9BA; }

 p { color: rgb(238,201,186); }

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

background-color css

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

 a { background-color: rgb(238,201,186); }

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

border-color css

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

 span { border-color: rgb(238,201,186); }

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