#EECFBD

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

Shades of Watusi #EECFBD

Tints of Watusi #EECFBD

Color information

#EECFBD (or 0xEECFBD) is unknown color: approx Watusi. HEX triplet: EE, CF and BD. RGB value is (238,207,189). Sum of RGB (Red+Green+Blue) = 238+207+189=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFBD is #113042. Grayscale: #D6D6D6. Windows color (decimal): -1126467 or 12439534. OLE color: 12439534.

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

Color convert

RGB238207189-
CMYK00.130.210.07
HSL22.04º59.04%83.73%-
HSV(B)22.04º20.59%93.33%-
XYZ66.7666.4857.46-
YUV214.22113.77144.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=37.54%
G=32.65%
B=29.81%

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
Decimal23820718900.130.210.0722.0459.0483.73
HexEECFBD0D157163b54
Octal3563172750152572673124
Binary1110111011001111101111010110110101111101101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFBD; }

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

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

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

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

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

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

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

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