#EED195

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

Shades of Chamois #EED195

Tints of Chamois #EED195

Color information

#EED195 (or 0xEED195) is unknown color: approx Chamois. HEX triplet: EE, D1 and 95. RGB value is (238,209,149). Sum of RGB (Red+Green+Blue) = 238+209+149=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EED195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED195 is #112E6A. Grayscale: #D3D3D3. Windows color (decimal): -1125995 or 9818606. OLE color: 9818606.

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

Color convert

RGB238209149-
CMYK00.120.370.07
HSL40.45º72.36%75.88%-
HSV(B)40.45º37.39%93.33%-
XYZ63.4965.9537.82-
YUV210.8393.11147.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.93%
GREEN value IS 209 (82.03% from 255) = 35.07%
BLUE value IS 149 (58.59% from 255) = 25%
R=39.93%
G=35.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820914900.120.370.0740.4572.3675.88
HexEED1950C25728484c
Octal35632122501445750110114
Binary1110111011010001100101010110010010111110100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED195; }

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

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

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

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

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

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

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

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