#F0EFAE

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

Shades of Medium Goldenrod #F0EFAE

Tints of Medium Goldenrod #F0EFAE

Color information

#F0EFAE (or 0xF0EFAE) is unknown color: approx Medium Goldenrod. HEX triplet: F0, EF and AE. RGB value is (240,239,174). Sum of RGB (Red+Green+Blue) = 240+239+174=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 174 (68.36% from 255 or 26.65% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFAE is #0F1051. Grayscale: #E8E8E8. Windows color (decimal): -987218 or 11464688. OLE color: 11464688.

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

Color convert

RGB240239174-
CMYK00.000.280.06
HSL59.09º68.75%81.18%-
HSV(B)59.09º27.5%94.12%-
XYZ74.4483.3152.2-
YUV231.8995.33133.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.75%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 174 (68.36% from 255) = 26.65%
R=36.75%
G=36.60%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023917400.000.280.0659.0968.7581.18
HexF0EFAE001C63b4551
Octal3603572560034673105121
Binary111100001110111110101110001110011011101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFAE; }

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

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

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

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

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

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

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

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