Html Css Color HEX #FFEA01 Golden Yellow

📋 copy color: '#FFEA01'

red 255 ◦ green 234 ◦ blue 1

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

Shades of Golden Yellow #FFEA01

Tints of Golden Yellow #FFEA01

RGB

 RED value IS 255 (100% from 255) = 52.04%

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

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

R = 52.04%
G = 47.76%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFEA01 (or 0xFFEA01) is known color: Golden Yellow. HEX triplet: FF, EA and 01. RGB value is (255,234,1). Sum of RGB (Red+Green+Blue) = 255+234+1=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 1 (0.78% from 255 or 0.20% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEA01 is #0015FE. Grayscale: #D6D6D6. Windows color (decimal): -5631 or 125695. OLE color: 125695.

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

Color convert

RGB 255 234 1 -
CMYK 0 0.08 1.00 0
HSL 55.04º 1% 0.5% -
HSV(B) 55.04º 1% 1% -
XYZ 70.67 80.11 11.77 -
YUV 213.72 7.96 157.45 -
System Red Green Blue C M Y K H S L
Decimal 255 234 1 0 0.08 1.00 0 55.04 1 0.5
Hex FF EA 1 0 8 64 0 37 64 32
Octal 377 352 1 0 10 144 0 67 144 62
Binary 11111111 11101010 1 0 1000 1100100 0 110111 1100100 110010

Color Harmonies of #FFEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA01

Black with #FFEA01

Text Example


Text Example

White with #FFEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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