#EED98A

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

Shades of Buff #EED98A

Tints of Buff #EED98A

Color information

#EED98A (or 0xEED98A) is unknown color: approx Buff. HEX triplet: EE, D9 and 8A. RGB value is (238,217,138). Sum of RGB (Red+Green+Blue) = 238+217+138=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED98A is #112675. Grayscale: #D6D6D6. Windows color (decimal): -1123958 or 9099758. OLE color: 9099758.

HSL color Cylindrical-coordinate representation of color #EED98A: hue angle of 47.4º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EED98A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB238217138-
CMYK00.090.420.07
HSL47.4º74.63%73.73%-
HSV(B)47.4º42.02%93.33%-
XYZ64.6669.6434.08-
YUV214.2784.96144.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=40.13%
G=36.59%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821713800.090.420.0747.474.6373.73
HexEED98A092A72f4b4a
Octal35633121201152757113112
Binary1110111011011001100010100100110101011110111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED98A; }

 p { color: rgb(238,217,138); }

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

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

 a { background-color: rgb(238,217,138); }

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

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

 span { border-color: rgb(238,217,138); }

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