#F2E188

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

Shades of Light Goldenrod #F2E188

Tints of Light Goldenrod #F2E188

Color information

#F2E188 (or 0xF2E188) is unknown color: approx Light Goldenrod. HEX triplet: F2, E1 and 88. RGB value is (242,225,136). Sum of RGB (Red+Green+Blue) = 242+225+136=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E188 is #0D1E77. Grayscale: #DCDCDC. Windows color (decimal): -859768 or 8970738. OLE color: 8970738.

HSL color Cylindrical-coordinate representation of color #F2E188: hue angle of 50.38º 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 #F2E188 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB242225136-
CMYK00.070.440.05
HSL50.38º80.3%74.12%-
HSV(B)50.38º43.8%94.9%-
XYZ67.9974.5134.09-
YUV219.9480.63143.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.13%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 136 (53.52% from 255) = 22.55%
R=40.13%
G=37.31%
B=22.55%

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
Decimal24222513600.070.440.0550.3880.374.12
HexF2E188072C532504a
Octal3623412100754562120112
Binary111100101110000110001000011110110010111001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E188; }

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

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

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

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

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

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

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

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