#EACD99

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

Shades of Chamois #EACD99

Tints of Chamois #EACD99

Color information

#EACD99 (or 0xEACD99) is unknown color: approx Chamois. HEX triplet: EA, CD and 99. RGB value is (234,205,153). Sum of RGB (Red+Green+Blue) = 234+205+153=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD99 is #153266. Grayscale: #CFCFCF. Windows color (decimal): -1389159 or 10079722. OLE color: 10079722.

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

Color convert

RGB234205153-
CMYK00.120.350.08
HSL38.52º65.85%75.88%-
HSV(B)38.52º34.62%91.76%-
XYZ61.5163.4539.14-
YUV207.7497.11146.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=39.53%
G=34.63%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420515300.120.350.0838.5265.8575.88
HexEACD990C23827424c
Octal352315231014431047102114
Binary11101010110011011001100101100100011100010011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD99; }

 p { color: rgb(234,205,153); }

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

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

 a { background-color: rgb(234,205,153); }

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

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

 span { border-color: rgb(234,205,153); }

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