#EDD1C0

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

Shades of Watusi #EDD1C0

Tints of Watusi #EDD1C0

Color information

#EDD1C0 (or 0xEDD1C0) is unknown color: approx Watusi. HEX triplet: ED, D1 and C0. RGB value is (237,209,192). Sum of RGB (Red+Green+Blue) = 237+209+192=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1C0 is #122E3F. Grayscale: #D7D7D7. Windows color (decimal): -1191488 or 12636653. OLE color: 12636653.

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

Color convert

RGB237209192-
CMYK00.120.190.07
HSL22.67º55.56%84.12%-
HSV(B)22.67º18.99%92.94%-
XYZ67.2467.4159.34-
YUV215.43114.78143.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=37.15%
G=32.76%
B=30.09%

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
Decimal23720919200.120.190.0722.6755.5684.12
HexEDD1C00C137173854
Octal3553213000142372770124
Binary1110110111010001110000000110010011111101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD1C0; }

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

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

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

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

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

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

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

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