#EDCABB

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

Shades of Watusi #EDCABB

Tints of Watusi #EDCABB

Color information

#EDCABB (or 0xEDCABB) is unknown color: approx Watusi. HEX triplet: ED, CA and BB. RGB value is (237,202,187). Sum of RGB (Red+Green+Blue) = 237+202+187=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCABB is #123544. Grayscale: #D2D2D2. Windows color (decimal): -1193285 or 12307181. OLE color: 12307181.

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

Color convert

RGB237202187-
CMYK00.150.210.07
HSL18º58.14%83.14%-
HSV(B)18º21.1%92.94%-
XYZ65.0263.8355.91-
YUV210.76114.6146.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.86%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 187 (73.44% from 255) = 29.87%
R=37.86%
G=32.27%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720218700.150.210.071858.1483.14
HexEDCABB0F157123a53
Octal3553122730172572272123
Binary1110110111001010101110110111110101111100101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCABB; }

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

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

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

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

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

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

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

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