#EFF0AB

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

Shades of Medium Goldenrod #EFF0AB

Tints of Medium Goldenrod #EFF0AB

Color information

#EFF0AB (or 0xEFF0AB) is unknown color: approx Medium Goldenrod. HEX triplet: EF, F0 and AB. RGB value is (239,240,171). Sum of RGB (Red+Green+Blue) = 239+240+171=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF0AB is #100F54. Grayscale: #E8E8E8. Windows color (decimal): -1052501 or 11268335. OLE color: 11268335.

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

Color convert

RGB239240171-
CMYK0.0000.290.06
HSL60.87º69.7%80.59%-
HSV(B)60.87º28.75%94.12%-
XYZ74.1183.6150.76-
YUV231.8493.67133.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=36.77%
G=36.92%
B=26.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401710.0000.290.0660.8769.780.59
HexEFF0AB001D63d4651
Octal3573602530035675106121
Binary111011111111000010101011001110111011110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0AB; }

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

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

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

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

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

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

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

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