#EDD299

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

Shades of Chamois #EDD299

Tints of Chamois #EDD299

Color information

#EDD299 (or 0xEDD299) is unknown color: approx Chamois. HEX triplet: ED, D2 and 99. RGB value is (237,210,153). Sum of RGB (Red+Green+Blue) = 237+210+153=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD299 is #122D66. Grayscale: #D3D3D3. Windows color (decimal): -1191271 or 10081005. OLE color: 10081005.

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

Color convert

RGB237210153-
CMYK00.110.350.07
HSL40.71º70%76.47%-
HSV(B)40.71º35.44%92.94%-
XYZ63.7266.439.59-
YUV211.5894.95146.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=39.5%
G=35%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721015300.110.350.0740.717076.47
HexEDD2990B23729464c
Octal35532223101343751106114
Binary1110110111010010100110010101110001111110100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD299; }

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

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

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

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

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

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

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

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