#F0EDAF

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

Shades of Medium Goldenrod #F0EDAF

Tints of Medium Goldenrod #F0EDAF

Color information

#F0EDAF (or 0xF0EDAF) is unknown color: approx Medium Goldenrod. HEX triplet: F0, ED and AF. RGB value is (240,237,175). Sum of RGB (Red+Green+Blue) = 240+237+175=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EDAF is #0F1250. Grayscale: #E7E7E7. Windows color (decimal): -987729 or 11529712. OLE color: 11529712.

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

Color convert

RGB240237175-
CMYK00.010.270.06
HSL57.23º68.42%81.37%-
HSV(B)57.23º27.08%94.12%-
XYZ73.9682.1952.52-
YUV230.8396.49134.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.81%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 175 (68.75% from 255) = 26.84%
R=36.81%
G=36.35%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023717500.010.270.0657.2368.4281.37
HexF0EDAF011B6394451
Octal3603552570133671104121
Binary111100001110110110101111011101111011100110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDAF; }

 p { color: rgb(240,237,175); }

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

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

 a { background-color: rgb(240,237,175); }

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

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

 span { border-color: rgb(240,237,175); }

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