#EDCDB9

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

Shades of Watusi #EDCDB9

Tints of Watusi #EDCDB9

Color information

#EDCDB9 (or 0xEDCDB9) is unknown color: approx Watusi. HEX triplet: ED, CD and B9. RGB value is (237,205,185). Sum of RGB (Red+Green+Blue) = 237+205+185=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDB9 is #123246. Grayscale: #D4D4D4. Windows color (decimal): -1192519 or 12176877. OLE color: 12176877.

HSL color Cylindrical-coordinate representation of color #EDCDB9: hue angle of 23.08º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDCDB9 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237205185-
CMYK00.140.220.07
HSL23.08º59.09%82.75%-
HSV(B)23.08º21.94%92.94%-
XYZ65.5165.1755.03-
YUV212.29112.6145.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=37.80%
G=32.70%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720518500.140.220.0723.0859.0982.75
HexEDCDB90E167173b53
Octal3553152710162672773123
Binary1110110111001101101110010111010110111101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDB9; }

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

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

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

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

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

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

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

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