#EDCAB9

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

Shades of Watusi #EDCAB9

Tints of Watusi #EDCAB9

Color information

#EDCAB9 (or 0xEDCAB9) is unknown color: approx Watusi. HEX triplet: ED, CA and B9. RGB value is (237,202,185). Sum of RGB (Red+Green+Blue) = 237+202+185=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAB9 is #123546. Grayscale: #D2D2D2. Windows color (decimal): -1193287 or 12176109. OLE color: 12176109.

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

Color convert

RGB237202185-
CMYK00.150.220.07
HSL19.62º59.09%82.75%-
HSV(B)19.62º21.94%92.94%-
XYZ64.863.7554.79-
YUV210.53113.6146.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 185 (72.66% from 255) = 29.65%
R=37.98%
G=32.37%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720218500.150.220.0719.6259.0982.75
HexEDCAB90F167143b53
Octal3553122710172672473123
Binary1110110111001010101110010111110110111101001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCAB9; }

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

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

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

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

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

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

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

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