#EAD09F

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

Shades of Chamois #EAD09F

Tints of Chamois #EAD09F

Color information

#EAD09F (or 0xEAD09F) is unknown color: approx Chamois. HEX triplet: EA, D0 and 9F. RGB value is (234,208,159). Sum of RGB (Red+Green+Blue) = 234+208+159=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD09F is #152F60. Grayscale: #D2D2D2. Windows color (decimal): -1388385 or 10473706. OLE color: 10473706.

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

Color convert

RGB234208159-
CMYK00.110.320.08
HSL39.2º64.1%77.06%-
HSV(B)39.2º32.05%91.76%-
XYZ62.7565.1142.06-
YUV210.1999.11144.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 159 (62.5% from 255) = 26.46%
R=38.94%
G=34.61%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420815900.110.320.0839.264.177.06
HexEAD09F0B20827404d
Octal352320237013401047100115
Binary11101010110100001001111101011100000100010011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD09F; }

 p { color: rgb(234,208,159); }

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

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

 a { background-color: rgb(234,208,159); }

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

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

 span { border-color: rgb(234,208,159); }

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