#EEC8BC

Color #EEC8BC Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #EEC8BC

Tints of Watusi #EEC8BC

Color information

#EEC8BC (or 0xEEC8BC) is unknown color: approx Watusi. HEX triplet: EE, C8 and BC. RGB value is (238,200,188). Sum of RGB (Red+Green+Blue) = 238+200+188=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8BC is #113743. Grayscale: #D2D2D2. Windows color (decimal): -1128260 or 12372206. OLE color: 12372206.

HSL color Cylindrical-coordinate representation of color #EEC8BC: hue angle of 14.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEC8BC is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238200188-
CMYK00.160.210.07
HSL14.4º59.52%83.53%-
HSV(B)14.4º21.01%93.33%-
XYZ64.9963.1256.33-
YUV209.99115.59147.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.02%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 188 (73.83% from 255) = 30.03%
R=38.02%
G=31.95%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820018800.160.210.0714.459.5283.53
HexEEC8BC010157e3c54
Octal3563102740202571674124
Binary1110111011001000101111000100001010111111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8BC; }

 p { color: rgb(238,200,188); }

 H1.HeaderClassName
 {
   color: #EEC8BC;
 }
 .AnyTagClassName
 {
   color: #EEC8BC;
 }
</style>
background-color css

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

 a { background-color: rgb(238,200,188); }

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

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

 span { border-color: rgb(238,200,188); }

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