#EFEEA8

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

Shades of Medium Goldenrod #EFEEA8

Tints of Medium Goldenrod #EFEEA8

Color information

#EFEEA8 (or 0xEFEEA8) is unknown color: approx Medium Goldenrod. HEX triplet: EF, EE and A8. RGB value is (239,238,168). Sum of RGB (Red+Green+Blue) = 239+238+168=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 168 (66.02% from 255 or 26.05% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEEA8 is #101157. Grayscale: #E6E6E6. Windows color (decimal): -1053016 or 11071215. OLE color: 11071215.

HSL color Cylindrical-coordinate representation of color #EFEEA8: hue angle of 59.15º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFEEA8 is Cyan = 0, Magento = 0.00, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239238168-
CMYK00.000.300.06
HSL59.15º68.93%79.8%-
HSV(B)59.15º29.71%93.73%-
XYZ73.2482.3349.08-
YUV230.3292.83134.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.05%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 168 (66.02% from 255) = 26.05%
R=37.05%
G=36.90%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923816800.000.300.0659.1568.9379.8
HexEFEEA8001E63b4550
Octal3573562500036673105120
Binary111011111110111010101000001111011011101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEA8; }

 p { color: rgb(239,238,168); }

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

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

 a { background-color: rgb(239,238,168); }

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

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

 span { border-color: rgb(239,238,168); }

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