#EEF0AF

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

Shades of Medium Goldenrod #EEF0AF

Tints of Medium Goldenrod #EEF0AF

Color information

#EEF0AF (or 0xEEF0AF) is unknown color: approx Medium Goldenrod. HEX triplet: EE, F0 and AF. RGB value is (238,240,175). Sum of RGB (Red+Green+Blue) = 238+240+175=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF0AF is #110F50. Grayscale: #E8E8E8. Windows color (decimal): -1118033 or 11530478. OLE color: 11530478.

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

Color convert

RGB238240175-
CMYK0.0100.270.06
HSL61.85º68.42%81.37%-
HSV(B)61.85º27.08%94.12%-
XYZ74.1683.5952.78-
YUV231.9995.84132.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 175 (68.75% from 255) = 26.80%
R=36.45%
G=36.75%
B=26.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382401750.0100.270.0661.8568.4281.37
HexEEF0AF101B63e4451
Octal3563602571033676104121
Binary111011101111000010101111101101111011111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0AF; }

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

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

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

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

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

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

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

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