#EAD09B

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

Shades of Chamois #EAD09B

Tints of Chamois #EAD09B

Color information

#EAD09B (or 0xEAD09B) is unknown color: approx Chamois. HEX triplet: EA, D0 and 9B. RGB value is (234,208,155). Sum of RGB (Red+Green+Blue) = 234+208+155=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD09B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD09B is #152F64. Grayscale: #D1D1D1. Windows color (decimal): -1388389 or 10211562. OLE color: 10211562.

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

Color convert

RGB234208155-
CMYK00.110.340.08
HSL40.25º65.29%76.27%-
HSV(B)40.25º33.76%91.76%-
XYZ62.464.9740.26-
YUV209.7397.11145.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 155 (60.94% from 255) = 25.96%
R=39.20%
G=34.84%
B=25.96%

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
Decimal23420815500.110.340.0840.2565.2976.27
HexEAD09B0B22828414c
Octal352320233013421050101114
Binary11101010110100001001101101011100010100010100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD09B; }

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

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

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

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

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

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

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

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