#EDCEB9

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

Shades of Watusi #EDCEB9

Tints of Watusi #EDCEB9

Color information

#EDCEB9 (or 0xEDCEB9) is unknown color: approx Watusi. HEX triplet: ED, CE and B9. RGB value is (237,206,185). Sum of RGB (Red+Green+Blue) = 237+206+185=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEB9 is #123146. Grayscale: #D4D4D4. Windows color (decimal): -1192263 or 12177133. OLE color: 12177133.

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

Color convert

RGB237206185-
CMYK00.130.220.07
HSL24.23º59.09%82.75%-
HSV(B)24.23º21.94%92.94%-
XYZ65.7565.6555.11-
YUV212.88112.27145.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.74%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 185 (72.66% from 255) = 29.46%
R=37.74%
G=32.80%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720618500.130.220.0724.2359.0982.75
HexEDCEB90D167183b53
Octal3553162710152673073123
Binary1110110111001110101110010110110110111110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEB9; }

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

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

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

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

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

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

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

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