Html Css Color HEX #FFE301 Golden Yellow

📋 copy color: '#FFE301'

red 255 ◦ green 227 ◦ blue 1

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

Shades of Golden Yellow #FFE301

Tints of Golden Yellow #FFE301

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47%

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

R = 52.8%
G = 47%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFE301 (or 0xFFE301) is known color: Golden Yellow. HEX triplet: FF, E3 and 01. RGB value is (255,227,1). Sum of RGB (Red+Green+Blue) = 255+227+1=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 1 (0.78% from 255 or 0.21% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE301 is #001CFE. Grayscale: #D2D2D2. Windows color (decimal): -7423 or 123903. OLE color: 123903.

HSL color Cylindrical-coordinate representation of color #FFE301: hue angle of 53.39º 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 #FFE301 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 227 1 -
CMYK 0 0.11 1.00 0
HSL 53.39º 1% 0.5% -
HSV(B) 53.39º 1% 1% -
XYZ 68.71 76.2 11.12 -
YUV 209.61 10.28 160.38 -
System Red Green Blue C M Y K H S L
Decimal 255 227 1 0 0.11 1.00 0 53.39 1 0.5
Hex FF E3 1 0 B 64 0 35 64 32
Octal 377 343 1 0 13 144 0 65 144 62
Binary 11111111 11100011 1 0 1011 1100100 0 110101 1100100 110010

Color Harmonies of #FFE301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE301

Black with #FFE301

Text Example


Text Example

White with #FFE301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE301; }

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

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

background-color css

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

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

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

border-color css

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

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

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