#EEF0AE

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

Shades of Medium Goldenrod #EEF0AE

Tints of Medium Goldenrod #EEF0AE

Color information

#EEF0AE (or 0xEEF0AE) is unknown color: approx Medium Goldenrod. HEX triplet: EE, F0 and AE. RGB value is (238,240,174). Sum of RGB (Red+Green+Blue) = 238+240+174=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF0AE is #110F51. Grayscale: #E8E8E8. Windows color (decimal): -1118034 or 11464942. OLE color: 11464942.

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

Color convert

RGB238240174-
CMYK0.0100.280.06
HSL61.82º68.75%81.18%-
HSV(B)61.82º27.5%94.12%-
XYZ74.0683.5552.27-
YUV231.8895.34132.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 240 (94.14% from 255) = 36.81%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=36.50%
G=36.81%
B=26.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382401740.0100.280.0661.8268.7581.18
HexEEF0AE101C63e4551
Octal3563602561034676105121
Binary111011101111000010101110101110011011111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0AE; }

 p { color: rgb(238,240,174); }

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

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

 a { background-color: rgb(238,240,174); }

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

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

 span { border-color: rgb(238,240,174); }

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