#EDCFBD

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

Shades of Watusi #EDCFBD

Tints of Watusi #EDCFBD

Color information

#EDCFBD (or 0xEDCFBD) is unknown color: approx Watusi. HEX triplet: ED, CF and BD. RGB value is (237,207,189). Sum of RGB (Red+Green+Blue) = 237+207+189=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFBD is #123042. Grayscale: #D6D6D6. Windows color (decimal): -1192003 or 12439533. OLE color: 12439533.

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

Color convert

RGB237207189-
CMYK00.130.200.07
HSL22.5º57.14%83.53%-
HSV(B)22.5º20.25%92.94%-
XYZ66.4266.357.44-
YUV213.92113.94144.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=37.44%
G=32.70%
B=29.86%

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
Decimal23720718900.130.200.0722.557.1483.53
HexEDCFBD0D147173954
Octal3553172750152472771124
Binary1110110111001111101111010110110100111101111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFBD; }

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

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

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

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

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

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

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

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