#EDC9BA

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

Shades of Watusi #EDC9BA

Tints of Watusi #EDC9BA

Color information

#EDC9BA (or 0xEDC9BA) is unknown color: approx Watusi. HEX triplet: ED, C9 and BA. RGB value is (237,201,186). Sum of RGB (Red+Green+Blue) = 237+201+186=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9BA is #123645. Grayscale: #D2D2D2. Windows color (decimal): -1193542 or 12241389. OLE color: 12241389.

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

Color convert

RGB237201186-
CMYK00.150.220.07
HSL17.65º58.62%82.94%-
HSV(B)17.65º21.52%92.94%-
XYZ64.6763.3255.27-
YUV210.05114.43147.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=37.98%
G=32.21%
B=29.81%

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
Decimal23720118600.150.220.0717.6558.6282.94
HexEDC9BA0F167123b53
Octal3553112720172672273123
Binary1110110111001001101110100111110110111100101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC9BA; }

 p { color: rgb(237,201,186); }

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

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

 a { background-color: rgb(237,201,186); }

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

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

 span { border-color: rgb(237,201,186); }

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