#EDCEBD

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

Shades of Watusi #EDCEBD

Tints of Watusi #EDCEBD

Color information

#EDCEBD (or 0xEDCEBD) is unknown color: approx Watusi. HEX triplet: ED, CE and BD. RGB value is (237,206,189). Sum of RGB (Red+Green+Blue) = 237+206+189=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBD is #123142. Grayscale: #D5D5D5. Windows color (decimal): -1192259 or 12439277. OLE color: 12439277.

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

Color convert

RGB237206189-
CMYK00.130.200.07
HSL21.25º57.14%83.53%-
HSV(B)21.25º20.25%92.94%-
XYZ66.1865.8257.36-
YUV213.33114.27144.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=37.5%
G=32.59%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720618900.130.200.0721.2557.1483.53
HexEDCEBD0D147153954
Octal3553162750152472571124
Binary1110110111001110101111010110110100111101011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEBD; }

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

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

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

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

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

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

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

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