#F0E383

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

Shades of Light Goldenrod #F0E383

Tints of Light Goldenrod #F0E383

Color information

#F0E383 (or 0xF0E383) is unknown color: approx Light Goldenrod. HEX triplet: F0, E3 and 83. RGB value is (240,227,131). Sum of RGB (Red+Green+Blue) = 240+227+131=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 131 (51.56% from 255 or 21.91% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E383 is #0F1C7C. Grayscale: #DCDCDC. Windows color (decimal): -990333 or 8643568. OLE color: 8643568.

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

Color convert

RGB240227131-
CMYK00.050.450.06
HSL52.84º78.42%72.75%-
HSV(B)52.84º45.42%94.12%-
XYZ67.575.132.41-
YUV219.9477.81142.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 131 (51.56% from 255) = 21.91%
R=40.13%
G=37.96%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022713100.050.450.0652.8478.4272.75
HexF0E383052D6354e49
Octal3603432030555665116111
Binary111100001110001110000011010110110111011010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E383; }

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

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

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

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

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

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

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

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