#EACF98

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

Shades of Chamois #EACF98

Tints of Chamois #EACF98

Color information

#EACF98 (or 0xEACF98) is unknown color: approx Chamois. HEX triplet: EA, CF and 98. RGB value is (234,207,152). Sum of RGB (Red+Green+Blue) = 234+207+152=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF98 is #153067. Grayscale: #D1D1D1. Windows color (decimal): -1388648 or 10014698. OLE color: 10014698.

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

Color convert

RGB234207152-
CMYK00.120.350.08
HSL40.24º66.13%75.69%-
HSV(B)40.24º35.04%91.76%-
XYZ61.9164.3938.87-
YUV208.895.95145.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=39.46%
G=34.91%
B=25.63%

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
Decimal23420715200.120.350.0840.2466.1375.69
HexEACF980C23828424c
Octal352317230014431050102114
Binary11101010110011111001100001100100011100010100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACF98; }

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

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

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

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

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

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

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

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