#EDD1BE

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

Shades of Watusi #EDD1BE

Tints of Watusi #EDD1BE

Color information

#EDD1BE (or 0xEDD1BE) is unknown color: approx Watusi. HEX triplet: ED, D1 and BE. RGB value is (237,209,190). Sum of RGB (Red+Green+Blue) = 237+209+190=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1BE is #122E41. Grayscale: #D7D7D7. Windows color (decimal): -1191490 or 12505581. OLE color: 12505581.

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

Color convert

RGB237209190-
CMYK00.120.200.07
HSL24.26º56.63%83.73%-
HSV(B)24.26º19.83%92.94%-
XYZ67.0267.3258.18-
YUV215.21113.78143.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 209 (82.03% from 255) = 32.86%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=37.26%
G=32.86%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720919000.120.200.0724.2656.6383.73
HexEDD1BE0C147183954
Octal3553212760142473071124
Binary1110110111010001101111100110010100111110001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1BE; }

 p { color: rgb(237,209,190); }

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

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

 a { background-color: rgb(237,209,190); }

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

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

 span { border-color: rgb(237,209,190); }

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