#EDD0C1

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

Shades of Watusi #EDD0C1

Tints of Watusi #EDD0C1

Color information

#EDD0C1 (or 0xEDD0C1) is unknown color: approx Watusi. HEX triplet: ED, D0 and C1. RGB value is (237,208,193). Sum of RGB (Red+Green+Blue) = 237+208+193=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 193 (75.78% from 255 or 30.25% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0C1 is #122F3E. Grayscale: #D7D7D7. Windows color (decimal): -1191743 or 12701933. OLE color: 12701933.

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

Color convert

RGB237208193-
CMYK00.120.190.07
HSL20.45º55%84.31%-
HSV(B)20.45º18.57%92.94%-
XYZ67.1166.9759.84-
YUV214.96115.61143.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 193 (75.78% from 255) = 30.25%
R=37.15%
G=32.60%
B=30.25%

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
Decimal23720819300.120.190.0720.455584.31
HexEDD0C10C137143754
Octal3553203010142372467124
Binary1110110111010000110000010110010011111101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD0C1; }

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

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

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

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

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

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

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

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