#F2E187

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

Shades of Light Goldenrod #F2E187

Tints of Light Goldenrod #F2E187

Color information

#F2E187 (or 0xF2E187) is unknown color: approx Light Goldenrod. HEX triplet: F2, E1 and 87. RGB value is (242,225,135). Sum of RGB (Red+Green+Blue) = 242+225+135=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E187 is #0D1E78. Grayscale: #DCDCDC. Windows color (decimal): -859769 or 8905202. OLE color: 8905202.

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

Color convert

RGB242225135-
CMYK00.070.440.05
HSL50.47º80.45%73.92%-
HSV(B)50.47º44.21%94.9%-
XYZ67.9274.4833.72-
YUV219.8280.13143.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 135 (53.12% from 255) = 22.43%
R=40.20%
G=37.38%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222513500.070.440.0550.4780.4573.92
HexF2E187072C532504a
Octal3623412070754562120112
Binary111100101110000110000111011110110010111001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E187; }

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

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

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

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

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

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

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

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