#EAD19A

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

Shades of Chamois #EAD19A

Tints of Chamois #EAD19A

Color information

#EAD19A (or 0xEAD19A) is unknown color: approx Chamois. HEX triplet: EA, D1 and 9A. RGB value is (234,209,154). Sum of RGB (Red+Green+Blue) = 234+209+154=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD19A is #152E65. Grayscale: #D2D2D2. Windows color (decimal): -1388134 or 10146282. OLE color: 10146282.

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

Color convert

RGB234209154-
CMYK00.110.340.08
HSL41.25º65.57%76.08%-
HSV(B)41.25º34.19%91.76%-
XYZ62.5665.4339.9-
YUV210.296.28144.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=39.20%
G=35.01%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420915400.110.340.0841.2565.5776.08
HexEAD19A0B22829424c
Octal352321232013421051102114
Binary11101010110100011001101001011100010100010100110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD19A; }

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

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

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

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

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

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

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

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