#EECD95

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

Shades of Chamois #EECD95

Tints of Chamois #EECD95

Color information

#EECD95 (or 0xEECD95) is unknown color: approx Chamois. HEX triplet: EE, CD and 95. RGB value is (238,205,149). Sum of RGB (Red+Green+Blue) = 238+205+149=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD95 is #11326A. Grayscale: #D0D0D0. Windows color (decimal): -1127019 or 9817582. OLE color: 9817582.

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

Color convert

RGB238205149-
CMYK00.140.370.07
HSL37.75º72.36%75.88%-
HSV(B)37.75º37.39%93.33%-
XYZ62.5264.0137.49-
YUV208.4894.43149.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.20%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 25.17%
R=40.20%
G=34.63%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820514900.140.370.0737.7572.3675.88
HexEECD950E25726484c
Octal35631522501645746110114
Binary1110111011001101100101010111010010111110011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD95; }

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

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

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

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

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

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

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

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