#F0E381

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

Shades of Light Goldenrod #F0E381

Tints of Light Goldenrod #F0E381

Color information

#F0E381 (or 0xF0E381) is unknown color: approx Light Goldenrod. HEX triplet: F0, E3 and 81. RGB value is (240,227,129). Sum of RGB (Red+Green+Blue) = 240+227+129=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E381 is #0F1C7E. Grayscale: #DCDCDC. Windows color (decimal): -990335 or 8512496. OLE color: 8512496.

HSL color Cylindrical-coordinate representation of color #F0E381: hue angle of 52.97º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0E381 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240227129-
CMYK00.050.460.06
HSL52.97º78.72%72.35%-
HSV(B)52.97º46.25%94.12%-
XYZ67.3775.0531.7-
YUV219.7176.81142.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 129 (50.78% from 255) = 21.64%
R=40.27%
G=38.09%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022712900.050.460.0652.9778.7272.35
HexF0E381052E6354f48
Octal3603432010556665117110
Binary111100001110001110000001010110111011011010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E381; }

 p { color: rgb(240,227,129); }

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

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

 a { background-color: rgb(240,227,129); }

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

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

 span { border-color: rgb(240,227,129); }

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