#EACD98

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

Shades of Chamois #EACD98

Tints of Chamois #EACD98

Color information

#EACD98 (or 0xEACD98) is unknown color: approx Chamois. HEX triplet: EA, CD and 98. RGB value is (234,205,152). Sum of RGB (Red+Green+Blue) = 234+205+152=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD98 is #153267. Grayscale: #CFCFCF. Windows color (decimal): -1389160 or 10014186. OLE color: 10014186.

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

Color convert

RGB234205152-
CMYK00.120.350.08
HSL38.78º66.13%75.69%-
HSV(B)38.78º35.04%91.76%-
XYZ61.4363.4238.71-
YUV207.6396.61146.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=39.59%
G=34.69%
B=25.72%

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
Decimal23420515200.120.350.0838.7866.1375.69
HexEACD980C23827424c
Octal352315230014431047102114
Binary11101010110011011001100001100100011100010011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD98; }

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

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

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

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

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

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

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

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