#EACF99

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

Shades of Chamois #EACF99

Tints of Chamois #EACF99

Color information

#EACF99 (or 0xEACF99) is unknown color: approx Chamois. HEX triplet: EA, CF and 99. RGB value is (234,207,153). Sum of RGB (Red+Green+Blue) = 234+207+153=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF99 is #153066. Grayscale: #D1D1D1. Windows color (decimal): -1388647 or 10080234. OLE color: 10080234.

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

Color convert

RGB234207153-
CMYK00.120.350.08
HSL40º65.85%75.88%-
HSV(B)40º34.62%91.76%-
XYZ61.9964.4239.3-
YUV208.9296.45145.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=39.39%
G=34.85%
B=25.76%

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
Decimal23420715300.120.350.084065.8575.88
HexEACF990C23828424c
Octal352317231014431050102114
Binary11101010110011111001100101100100011100010100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF99; }

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

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

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

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

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

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

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

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