#EFF1AC

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

Shades of Medium Goldenrod #EFF1AC

Tints of Medium Goldenrod #EFF1AC

Color information

#EFF1AC (or 0xEFF1AC) is unknown color: approx Medium Goldenrod. HEX triplet: EF, F1 and AC. RGB value is (239,241,172). Sum of RGB (Red+Green+Blue) = 239+241+172=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF1AC is #100E53. Grayscale: #E8E8E8. Windows color (decimal): -1052244 or 11334127. OLE color: 11334127.

HSL color Cylindrical-coordinate representation of color #EFF1AC: hue angle of 61.74º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFF1AC is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB239241172-
CMYK0.0100.290.05
HSL61.74º71.13%80.98%-
HSV(B)61.74º28.63%94.51%-
XYZ74.584.2451.36-
YUV232.5493.84132.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=36.66%
G=36.96%
B=26.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392411720.0100.290.0561.7471.1380.98
HexEFF1AC101D53e4751
Octal3573612541035576107121
Binary111011111111000110101100101110110111111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1AC; }

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

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

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

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

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

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

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

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