Html Css Color HEX #FEE07F Golden Glow

📋 copy color: '#FEE07F'

red 254 ◦ green 224 ◦ blue 127

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

Shades of Golden Glow #FEE07F

Tints of Golden Glow #FEE07F

RGB

 RED value IS 254 (99.61% from 255) = 41.98%

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

 BLUE value IS 127 (50% from 255) = 20.99%

R = 41.98%
G = 37.02%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEE07F (or 0xFEE07F) is known color: Golden Glow. HEX triplet: FE, E0 and 7F. RGB value is (254,224,127). Sum of RGB (Red+Green+Blue) = 254+224+127=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07F is #011F80. Grayscale: #DEDEDE. Windows color (decimal): -73601 or 8380670. OLE color: 8380670.

HSL color Cylindrical-coordinate representation of color #FEE07F: hue angle of 45.83º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FEE07F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 127 -
CMYK 0 0.12 0.50 0.00
HSL 45.83º 0.98% 0.75% -
HSV(B) 45.83º 0.5% 1% -
XYZ 71.36 75.91 30.97 -
YUV 221.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 254 224 127 0 0.12 0.50 0.00 45.83 0.98 0.75
Hex FE E0 7F 0 C 32 0 2E 62 4B
Octal 376 340 177 0 14 62 0 56 142 113
Binary 11111110 11100000 1111111 0 1100 110010 0 101110 1100010 1001011

Color Harmonies of #FEE07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE07F

Black with #FEE07F

Text Example


Text Example

White with #FEE07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE07F; }

 p { color: rgb(254,224,127); }

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

background-color css

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

 a { background-color: rgb(254,224,127); }

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

border-color css

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

 span { border-color: rgb(254,224,127); }

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