Html Css Color HEX #F0E07D Light Goldenrod

📋 copy color: '#F0E07D'

red 240 ◦ green 224 ◦ blue 125

#F0E07D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #F0E07D

Tints of Light Goldenrod #F0E07D

RGB

 RED value IS 240 (94.14% from 255) = 40.75%

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 125 (49.22% from 255) = 21.22%

R = 40.75%
G = 38.03%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0E07D (or 0xF0E07D) is known color: Light Goldenrod. HEX triplet: F0, E0 and 7D. RGB value is (240,224,125). Sum of RGB (Red+Green+Blue) = 240+224+125=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E07D is #0F1F82. Grayscale: #D9D9D9. Windows color (decimal): -991107 or 8249584. OLE color: 8249584.

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

Color convert

RGB 240 224 125 -
CMYK 0 0.07 0.48 0.06
HSL 51.65º 0.79% 0.72% -
HSV(B) 51.65º 0.48% 0.94% -
XYZ 66.29 73.32 30.06 -
YUV 217.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 240 224 125 0 0.07 0.48 0.06 51.65 0.79 0.72
Hex F0 E0 7D 0 7 30 6 34 4F 48
Octal 360 340 175 0 7 60 6 64 117 110
Binary 11110000 11100000 1111101 0 111 110000 110 110100 1001111 1001000

Color Harmonies of #F0E07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E07D

Black with #F0E07D

Text Example


Text Example

White with #F0E07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E07D; }

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

 H1.HeaderClassName
 {
   color: #F0E07D;
 }
 .AnyTagClassName
 {
   color: #F0E07D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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