#EDD199

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

Shades of Chamois #EDD199

Tints of Chamois #EDD199

Color information

#EDD199 (or 0xEDD199) is unknown color: approx Chamois. HEX triplet: ED, D1 and 99. RGB value is (237,209,153). Sum of RGB (Red+Green+Blue) = 237+209+153=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD199 is #122E66. Grayscale: #D3D3D3. Windows color (decimal): -1191527 or 10080749. OLE color: 10080749.

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

Color convert

RGB237209153-
CMYK00.120.350.07
HSL40º70%76.47%-
HSV(B)40º35.44%92.94%-
XYZ63.4865.9139.51-
YUV210.9995.28146.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 209 (82.03% from 255) = 34.89%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=39.57%
G=34.89%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720915300.120.350.07407076.47
HexEDD1990C23728464c
Octal35532123101443750106114
Binary1110110111010001100110010110010001111110100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD199; }

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

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

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

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

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

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

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

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