#EDD0BF

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

Shades of Watusi #EDD0BF

Tints of Watusi #EDD0BF

Color information

#EDD0BF (or 0xEDD0BF) is unknown color: approx Watusi. HEX triplet: ED, D0 and BF. RGB value is (237,208,191). Sum of RGB (Red+Green+Blue) = 237+208+191=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 208 (81.64% from 255 or 32.70% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0BF is #122F40. Grayscale: #D6D6D6. Windows color (decimal): -1191745 or 12570861. OLE color: 12570861.

HSL color Cylindrical-coordinate representation of color #EDD0BF: hue angle of 22.17º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD0BF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB237208191-
CMYK00.120.190.07
HSL22.17º56.1%83.92%-
HSV(B)22.17º19.41%92.94%-
XYZ66.8866.8858.67-
YUV214.73114.61143.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 208 (81.64% from 255) = 32.70%
BLUE value IS 191 (75% from 255) = 30.03%
R=37.26%
G=32.70%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720819100.120.190.0722.1756.183.92
HexEDD0BF0C137163854
Octal3553202770142372670124
Binary1110110111010000101111110110010011111101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0BF; }

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

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

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

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

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

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

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

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