#EDCDBD

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

Shades of Watusi #EDCDBD

Tints of Watusi #EDCDBD

Color information

#EDCDBD (or 0xEDCDBD) is unknown color: approx Watusi. HEX triplet: ED, CD and BD. RGB value is (237,205,189). Sum of RGB (Red+Green+Blue) = 237+205+189=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBD is #123242. Grayscale: #D4D4D4. Windows color (decimal): -1192515 or 12439021. OLE color: 12439021.

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

Color convert

RGB237205189-
CMYK00.140.200.07
HSL20º57.14%83.53%-
HSV(B)20º20.25%92.94%-
XYZ65.9465.3457.28-
YUV212.74114.6145.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=37.56%
G=32.49%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720518900.140.200.072057.1483.53
HexEDCDBD0E147143954
Octal3553152750162472471124
Binary1110110111001101101111010111010100111101001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDBD; }

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

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

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

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

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

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

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

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