#EDD0BA

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

Shades of Watusi #EDD0BA

Tints of Watusi #EDD0BA

Color information

#EDD0BA (or 0xEDD0BA) is unknown color: approx Watusi. HEX triplet: ED, D0 and BA. RGB value is (237,208,186). Sum of RGB (Red+Green+Blue) = 237+208+186=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BA is #122F45. Grayscale: #D6D6D6. Windows color (decimal): -1191750 or 12243181. OLE color: 12243181.

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

Color convert

RGB237208186-
CMYK00.120.220.07
HSL25.88º58.62%82.94%-
HSV(B)25.88º21.52%92.94%-
XYZ66.3466.6655.82-
YUV214.16112.11144.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 208 (81.64% from 255) = 32.96%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=37.56%
G=32.96%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720818600.120.220.0725.8858.6282.94
HexEDD0BA0C1671a3b53
Octal3553202720142673273123
Binary1110110111010000101110100110010110111110101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0BA; }

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

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

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

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

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

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

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

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