#EECD98

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

Shades of Chamois #EECD98

Tints of Chamois #EECD98

Color information

#EECD98 (or 0xEECD98) is unknown color: approx Chamois. HEX triplet: EE, CD and 98. RGB value is (238,205,152). Sum of RGB (Red+Green+Blue) = 238+205+152=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD98 is #113267. Grayscale: #D1D1D1. Windows color (decimal): -1127016 or 10014190. OLE color: 10014190.

HSL color Cylindrical-coordinate representation of color #EECD98: hue angle of 36.98º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EECD98 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB238205152-
CMYK00.140.360.07
HSL36.98º71.67%76.47%-
HSV(B)36.98º36.13%93.33%-
XYZ62.7664.1138.77-
YUV208.8295.93148.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 152 (59.77% from 255) = 25.55%
R=40%
G=34.45%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820515200.140.360.0736.9871.6776.47
HexEECD980E24725484c
Octal35631523001644745110114
Binary1110111011001101100110000111010010011110010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD98; }

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

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

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

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

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

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

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

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