#EEF0AC

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

Shades of Medium Goldenrod #EEF0AC

Tints of Medium Goldenrod #EEF0AC

Color information

#EEF0AC (or 0xEEF0AC) is unknown color: approx Medium Goldenrod. HEX triplet: EE, F0 and AC. RGB value is (238,240,172). Sum of RGB (Red+Green+Blue) = 238+240+172=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF0AC is #110F53. Grayscale: #E7E7E7. Windows color (decimal): -1118036 or 11333870. OLE color: 11333870.

HSL color Cylindrical-coordinate representation of color #EEF0AC: hue angle of 61.76º 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 #EEF0AC is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB238240172-
CMYK0.0100.280.06
HSL61.76º69.39%80.78%-
HSV(B)61.76º28.33%94.12%-
XYZ73.8783.4851.25-
YUV231.6594.34132.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=36.62%
G=36.92%
B=26.46%

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
Decimal2382401720.0100.280.0661.7669.3980.78
HexEEF0AC101C63e4551
Octal3563602541034676105121
Binary111011101111000010101100101110011011111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0AC; }

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

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

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

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

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

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

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

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