#EED094

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

Shades of Chamois #EED094

Tints of Chamois #EED094

Color information

#EED094 (or 0xEED094) is unknown color: approx Chamois. HEX triplet: EE, D0 and 94. RGB value is (238,208,148). Sum of RGB (Red+Green+Blue) = 238+208+148=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EED094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED094 is #112F6B. Grayscale: #D2D2D2. Windows color (decimal): -1126252 or 9752814. OLE color: 9752814.

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

Color convert

RGB238208148-
CMYK00.130.380.07
HSL40º72.58%75.69%-
HSV(B)40º37.82%93.33%-
XYZ63.1665.4337.32-
YUV210.1392.94147.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.07%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 148 (58.20% from 255) = 24.92%
R=40.07%
G=35.02%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820814800.130.380.074072.5875.69
HexEED0940D26728494c
Octal35632022401546750111114
Binary1110111011010000100101000110110011011110100010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED094; }

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

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

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

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

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

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

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

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