#F0E27D

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

Shades of Light Goldenrod #F0E27D

Tints of Light Goldenrod #F0E27D

Color information

#F0E27D (or 0xF0E27D) is unknown color: approx Light Goldenrod. HEX triplet: F0, E2 and 7D. RGB value is (240,226,125). Sum of RGB (Red+Green+Blue) = 240+226+125=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E27D is #0F1D82. Grayscale: #DBDBDB. Windows color (decimal): -990595 or 8250096. OLE color: 8250096.

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

Color convert

RGB240226125-
CMYK00.060.480.06
HSL52.7º79.31%71.57%-
HSV(B)52.7º47.92%94.12%-
XYZ66.8374.430.24-
YUV218.6775.14143.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=40.61%
G=38.24%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022612500.060.480.0652.779.3171.57
HexF0E27D06306354f48
Octal3603421750660665117110
Binary11110000111000101111101011011000011011010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E27D; }

 p { color: rgb(240,226,125); }

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

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

 a { background-color: rgb(240,226,125); }

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

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

 span { border-color: rgb(240,226,125); }

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