#EFF0AC

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

Shades of Medium Goldenrod #EFF0AC

Tints of Medium Goldenrod #EFF0AC

Color information

#EFF0AC (or 0xEFF0AC) is unknown color: approx Medium Goldenrod. HEX triplet: EF, F0 and AC. RGB value is (239,240,172). Sum of RGB (Red+Green+Blue) = 239+240+172=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AC is #100F53. Grayscale: #E8E8E8. Windows color (decimal): -1052500 or 11333871. OLE color: 11333871.

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

Color convert

RGB239240172-
CMYK0.0000.280.06
HSL60.88º69.39%80.78%-
HSV(B)60.88º28.33%94.12%-
XYZ74.283.6551.26-
YUV231.9594.17133.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 172 (67.58% from 255) = 26.42%
R=36.71%
G=36.87%
B=26.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401720.0000.280.0660.8869.3980.78
HexEFF0AC001C63d4551
Octal3573602540034675105121
Binary111011111111000010101100001110011011110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0AC; }

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

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

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

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

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

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

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

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