Html Css Color HEX #FEEA01 Golden Yellow

📋 copy color: '#FEEA01'

red 254 ◦ green 234 ◦ blue 1

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

Shades of Golden Yellow #FEEA01

Tints of Golden Yellow #FEEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.85%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 51.94%
G = 47.85%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEEA01 (or 0xFEEA01) is known color: Golden Yellow. HEX triplet: FE, EA and 01. RGB value is (254,234,1). Sum of RGB (Red+Green+Blue) = 254+234+1=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEEA01 is #0115FE. Grayscale: #D6D6D6. Windows color (decimal): -71167 or 125694. OLE color: 125694.

HSL color Cylindrical-coordinate representation of color #FEEA01: hue angle of 55.26º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEEA01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 1 -
CMYK 0 0.08 1.00 0.00
HSL 55.26º 0.99% 0.5% -
HSV(B) 55.26º 1% 1% -
XYZ 70.3 79.92 11.75 -
YUV 213.42 8.13 156.95 -
System Red Green Blue C M Y K H S L
Decimal 254 234 1 0 0.08 1.00 0.00 55.26 0.99 0.5
Hex FE EA 1 0 8 64 0 37 63 32
Octal 376 352 1 0 10 144 0 67 143 62
Binary 11111110 11101010 1 0 1000 1100100 0 110111 1100011 110010

Color Harmonies of #FEEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEA01

Black with #FEEA01

Text Example


Text Example

White with #FEEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEA01; }

 p { color: rgb(254,234,1); }

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

background-color css

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

 a { background-color: rgb(254,234,1); }

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

border-color css

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

 span { border-color: rgb(254,234,1); }

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