#EED098

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

Shades of Chamois #EED098

Tints of Chamois #EED098

Color information

#EED098 (or 0xEED098) is unknown color: approx Chamois. HEX triplet: EE, D0 and 98. RGB value is (238,208,152). Sum of RGB (Red+Green+Blue) = 238+208+152=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EED098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED098 is #112F67. Grayscale: #D2D2D2. Windows color (decimal): -1126248 or 10014958. OLE color: 10014958.

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

Color convert

RGB238208152-
CMYK00.130.360.07
HSL39.07º71.67%76.47%-
HSV(B)39.07º36.13%93.33%-
XYZ63.4865.5639.01-
YUV210.5994.94147.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.80%
GREEN value IS 208 (81.64% from 255) = 34.78%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=39.80%
G=34.78%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820815200.130.360.0739.0771.6776.47
HexEED0980D24727484c
Octal35632023001544747110114
Binary1110111011010000100110000110110010011110011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED098; }

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

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

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

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

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

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

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

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