#EECFBC

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

Shades of Watusi #EECFBC

Tints of Watusi #EECFBC

Color information

#EECFBC (or 0xEECFBC) is unknown color: approx Watusi. HEX triplet: EE, CF and BC. RGB value is (238,207,188). Sum of RGB (Red+Green+Blue) = 238+207+188=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFBC is #113043. Grayscale: #D6D6D6. Windows color (decimal): -1126468 or 12373998. OLE color: 12373998.

HSL color Cylindrical-coordinate representation of color #EECFBC: hue angle of 22.8º 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 #EECFBC is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238207188-
CMYK00.130.210.07
HSL22.8º59.52%83.53%-
HSV(B)22.8º21.01%93.33%-
XYZ66.6566.4356.89-
YUV214.1113.27145.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 188 (73.83% from 255) = 29.70%
R=37.60%
G=32.70%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820718800.130.210.0722.859.5283.53
HexEECFBC0D157173c54
Octal3563172740152572774124
Binary1110111011001111101111000110110101111101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFBC; }

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

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

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

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

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

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

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

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