Html Css Color HEX #FFE401 Golden Yellow

📋 copy color: '#FFE401'

red 255 ◦ green 228 ◦ blue 1

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

Shades of Golden Yellow #FFE401

Tints of Golden Yellow #FFE401

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.11%

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

R = 52.69%
G = 47.11%
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

#FFE401 (or 0xFFE401) is known color: Golden Yellow. HEX triplet: FF, E4 and 01. RGB value is (255,228,1). Sum of RGB (Red+Green+Blue) = 255+228+1=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 1 (0.78% from 255 or 0.21% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE401 is #001BFE. Grayscale: #D3D3D3. Windows color (decimal): -7167 or 124159. OLE color: 124159.

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

Color convert

RGB 255 228 1 -
CMYK 0 0.11 1.00 0
HSL 53.62º 1% 0.5% -
HSV(B) 53.62º 1% 1% -
XYZ 68.99 76.75 11.21 -
YUV 210.2 9.95 159.96 -
System Red Green Blue C M Y K H S L
Decimal 255 228 1 0 0.11 1.00 0 53.62 1 0.5
Hex FF E4 1 0 B 64 0 36 64 32
Octal 377 344 1 0 13 144 0 66 144 62
Binary 11111111 11100100 1 0 1011 1100100 0 110110 1100100 110010

Color Harmonies of #FFE401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE401

Black with #FFE401

Text Example


Text Example

White with #FFE401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE401; }

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

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

background-color css

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

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

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

border-color css

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

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

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