#EEF1AD

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

Shades of Medium Goldenrod #EEF1AD

Tints of Medium Goldenrod #EEF1AD

Color information

#EEF1AD (or 0xEEF1AD) is unknown color: approx Medium Goldenrod. HEX triplet: EE, F1 and AD. RGB value is (238,241,173). Sum of RGB (Red+Green+Blue) = 238+241+173=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 173 (67.97% from 255 or 26.53% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF1AD is #110E52. Grayscale: #E8E8E8. Windows color (decimal): -1117779 or 11399662. OLE color: 11399662.

HSL color Cylindrical-coordinate representation of color #EEF1AD: hue angle of 62.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEF1AD is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB238241173-
CMYK0.0100.280.05
HSL62.65º70.83%81.18%-
HSV(B)62.65º28.22%94.51%-
XYZ74.2684.151.86-
YUV232.3594.51132.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 173 (67.97% from 255) = 26.53%
R=36.50%
G=36.96%
B=26.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411730.0100.280.0562.6570.8381.18
HexEEF1AD101C53f4751
Octal3563612551034577107121
Binary111011101111000110101101101110010111111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1AD; }

 p { color: rgb(238,241,173); }

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

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

 a { background-color: rgb(238,241,173); }

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

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

 span { border-color: rgb(238,241,173); }

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