#EDCEC0

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

Shades of Watusi #EDCEC0

Tints of Watusi #EDCEC0

Color information

#EDCEC0 (or 0xEDCEC0) is unknown color: approx Watusi. HEX triplet: ED, CE and C0. RGB value is (237,206,192). Sum of RGB (Red+Green+Blue) = 237+206+192=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC0 is #12313F. Grayscale: #D5D5D5. Windows color (decimal): -1192256 or 12635885. OLE color: 12635885.

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

Color convert

RGB237206192-
CMYK00.130.190.07
HSL18.67º55.56%84.12%-
HSV(B)18.67º18.99%92.94%-
XYZ66.5165.9559.09-
YUV213.67115.77144.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.32%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=37.32%
G=32.44%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720619200.130.190.0718.6755.5684.12
HexEDCEC00D137133854
Octal3553163000152372370124
Binary1110110111001110110000000110110011111100111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEC0; }

 p { color: rgb(237,206,192); }

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

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

 a { background-color: rgb(237,206,192); }

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

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

 span { border-color: rgb(237,206,192); }

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