#EED19A

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

Shades of Chamois #EED19A

Tints of Chamois #EED19A

Color information

#EED19A (or 0xEED19A) is unknown color: approx Chamois. HEX triplet: EE, D1 and 9A. RGB value is (238,209,154). Sum of RGB (Red+Green+Blue) = 238+209+154=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 154 (60.55% from 255 or 25.62% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EED19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED19A is #112E65. Grayscale: #D3D3D3. Windows color (decimal): -1125990 or 10146286. OLE color: 10146286.

HSL color Cylindrical-coordinate representation of color #EED19A: hue angle of 39.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EED19A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238209154-
CMYK00.120.350.07
HSL39.29º71.19%76.86%-
HSV(B)39.29º35.29%93.33%-
XYZ63.8966.1139.97-
YUV211.495.61146.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 209 (82.03% from 255) = 34.78%
BLUE value IS 154 (60.55% from 255) = 25.62%
R=39.60%
G=34.78%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820915400.120.350.0739.2971.1976.86
HexEED19A0C23727474d
Octal35632123201443747107115
Binary1110111011010001100110100110010001111110011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED19A; }

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

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

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

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

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

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

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

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