#EAD29A

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

Shades of Chamois #EAD29A

Tints of Chamois #EAD29A

Color information

#EAD29A (or 0xEAD29A) is unknown color: approx Chamois. HEX triplet: EA, D2 and 9A. RGB value is (234,210,154). Sum of RGB (Red+Green+Blue) = 234+210+154=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD29A is #152D65. Grayscale: #D3D3D3. Windows color (decimal): -1387878 or 10146538. OLE color: 10146538.

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

Color convert

RGB234210154-
CMYK00.100.340.08
HSL42º65.57%76.08%-
HSV(B)42º34.19%91.76%-
XYZ62.8165.9239.98-
YUV210.7995.95144.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 154 (60.55% from 255) = 25.75%
R=39.13%
G=35.12%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421015400.100.340.084265.5776.08
HexEAD29A0A2282a424c
Octal352322232012421052102114
Binary11101010110100101001101001010100010100010101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD29A; }

 p { color: rgb(234,210,154); }

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

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

 a { background-color: rgb(234,210,154); }

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

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

 span { border-color: rgb(234,210,154); }

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