#F2E186

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

Shades of Light Goldenrod #F2E186

Tints of Light Goldenrod #F2E186

Color information

#F2E186 (or 0xF2E186) is unknown color: approx Light Goldenrod. HEX triplet: F2, E1 and 86. RGB value is (242,225,134). Sum of RGB (Red+Green+Blue) = 242+225+134=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E186 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E186 is #0D1E79. Grayscale: #DCDCDC. Windows color (decimal): -859770 or 8839666. OLE color: 8839666.

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

Color convert

RGB242225134-
CMYK00.070.450.05
HSL50.56º80.6%73.73%-
HSV(B)50.56º44.63%94.9%-
XYZ67.8574.4533.35-
YUV219.7179.63143.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 134 (52.73% from 255) = 22.30%
R=40.27%
G=37.44%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222513400.070.450.0550.5680.673.73
HexF2E186072D533514a
Octal3623412060755563121112
Binary111100101110000110000110011110110110111001110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E186; }

 p { color: rgb(242,225,134); }

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

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

 a { background-color: rgb(242,225,134); }

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

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

 span { border-color: rgb(242,225,134); }

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