#EED09A

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

Shades of Chamois #EED09A

Tints of Chamois #EED09A

Color information

#EED09A (or 0xEED09A) is unknown color: approx Chamois. HEX triplet: EE, D0 and 9A. RGB value is (238,208,154). Sum of RGB (Red+Green+Blue) = 238+208+154=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 154 (60.55% from 255 or 25.67% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EED09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED09A is #112F65. Grayscale: #D3D3D3. Windows color (decimal): -1126246 or 10146030. OLE color: 10146030.

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

Color convert

RGB238208154-
CMYK00.130.350.07
HSL38.57º71.19%76.86%-
HSV(B)38.57º35.29%93.33%-
XYZ63.6565.6239.88-
YUV210.8195.94147.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 154 (60.55% from 255) = 25.67%
R=39.67%
G=34.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820815400.130.350.0738.5771.1976.86
HexEED09A0D23727474d
Octal35632023201543747107115
Binary1110111011010000100110100110110001111110011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED09A; }

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

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

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

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

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

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

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

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