#EDCAB7

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

Shades of Watusi #EDCAB7

Tints of Watusi #EDCAB7

Color information

#EDCAB7 (or 0xEDCAB7) is unknown color: approx Watusi. HEX triplet: ED, CA and B7. RGB value is (237,202,183). Sum of RGB (Red+Green+Blue) = 237+202+183=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB7 is #123548. Grayscale: #D2D2D2. Windows color (decimal): -1193289 or 12045037. OLE color: 12045037.

HSL color Cylindrical-coordinate representation of color #EDCAB7: hue angle of 21.11º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDCAB7 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237202183-
CMYK00.150.230.07
HSL21.11º60%82.35%-
HSV(B)21.11º22.78%92.94%-
XYZ64.5963.6653.68-
YUV210.3112.6147.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.10%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 183 (71.88% from 255) = 29.42%
R=38.10%
G=32.48%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720218300.150.230.0721.116082.35
HexEDCAB70F177153c52
Octal3553122670172772574122
Binary1110110111001010101101110111110111111101011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAB7; }

 p { color: rgb(237,202,183); }

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

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

 a { background-color: rgb(237,202,183); }

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

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

 span { border-color: rgb(237,202,183); }

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