#ead095

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

Shades of Chamois #EAD095

Tints of Chamois #EAD095

Color information

#EAD095 (or 0xEAD095) is unknown color: approx Chamois. HEX triplet: EA, D0 and 95. RGB value is (234,208,149). Sum of RGB (Red+Green+Blue) = 234+208+149=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD095 is #152F6A. Grayscale: #D1D1D1. Windows color (decimal): -1388395 or 9818346. OLE color: 9818346.

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

Color convert

RGB234208149-
CMYK00.110.360.08
HSL41.65º66.93%75.1%-
HSV(B)41.65º36.32%91.76%-
XYZ61.9164.7737.67-
YUV209.0594.11145.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 208 (81.64% from 255) = 35.19%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=39.59%
G=35.19%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420814900.110.360.0841.6566.9375.1
HexEAD0950B2482a434b
Octal352320225013441052103113
Binary11101010110100001001010101011100100100010101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead095; }

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

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

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

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

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

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

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

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