#EAD199

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

Shades of Chamois #EAD199

Tints of Chamois #EAD199

Color information

#EAD199 (or 0xEAD199) is unknown color: approx Chamois. HEX triplet: EA, D1 and 99. RGB value is (234,209,153). Sum of RGB (Red+Green+Blue) = 234+209+153=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD199 is #152E66. Grayscale: #D2D2D2. Windows color (decimal): -1388135 or 10080746. OLE color: 10080746.

HSL color Cylindrical-coordinate representation of color #EAD199: hue angle of 41.48º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAD199 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234209153-
CMYK00.110.350.08
HSL41.48º65.85%75.88%-
HSV(B)41.48º34.62%91.76%-
XYZ62.4865.3939.47-
YUV210.0995.78145.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 153 (60.16% from 255) = 25.67%
R=39.26%
G=35.07%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420915300.110.350.0841.4865.8575.88
HexEAD1990B23829424c
Octal352321231013431051102114
Binary11101010110100011001100101011100011100010100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD199; }

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

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

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

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

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

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

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

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