#EACF9E

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

Shades of Chamois #EACF9E

Tints of Chamois #EACF9E

Color information

#EACF9E (or 0xEACF9E) is unknown color: approx Chamois. HEX triplet: EA, CF and 9E. RGB value is (234,207,158). Sum of RGB (Red+Green+Blue) = 234+207+158=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF9E is #153061. Grayscale: #D1D1D1. Windows color (decimal): -1388642 or 10407914. OLE color: 10407914.

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

Color convert

RGB234207158-
CMYK00.120.320.08
HSL38.68º64.41%76.86%-
HSV(B)38.68º32.48%91.76%-
XYZ62.4264.5941.52-
YUV209.4998.95145.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 158 (62.11% from 255) = 26.38%
R=39.07%
G=34.56%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420715800.120.320.0838.6864.4176.86
HexEACF9E0C20827404d
Octal352317236014401047100115
Binary11101010110011111001111001100100000100010011110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF9E; }

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

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

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

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

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

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

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

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