#EDD196

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

Shades of Chamois #EDD196

Tints of Chamois #EDD196

Color information

#EDD196 (or 0xEDD196) is unknown color: approx Chamois. HEX triplet: ED, D1 and 96. RGB value is (237,209,150). Sum of RGB (Red+Green+Blue) = 237+209+150=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD196 is #122E69. Grayscale: #D2D2D2. Windows color (decimal): -1191530 or 9884141. OLE color: 9884141.

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

Color convert

RGB237209150-
CMYK00.120.370.07
HSL40.69º70.73%75.88%-
HSV(B)40.69º36.71%92.94%-
XYZ63.2365.8138.22-
YUV210.6593.78146.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=39.77%
G=35.07%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720915000.120.370.0740.6970.7375.88
HexEDD1960C25729474c
Octal35532122601445751107114
Binary1110110111010001100101100110010010111110100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD196; }

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

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

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

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

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

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

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

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