Html Css Color HEX #FFE101 Golden Yellow

📋 copy color: '#FFE101'

red 255 ◦ green 225 ◦ blue 1

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

Shades of Golden Yellow #FFE101

Tints of Golden Yellow #FFE101

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.78%

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

R = 53.01%
G = 46.78%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFE101 (or 0xFFE101) is known color: Golden Yellow. HEX triplet: FF, E1 and 01. RGB value is (255,225,1). Sum of RGB (Red+Green+Blue) = 255+225+1=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE101 is #001EFE. Grayscale: #D1D1D1. Windows color (decimal): -7935 or 123391. OLE color: 123391.

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

Color convert

RGB 255 225 1 -
CMYK 0 0.12 1.00 0
HSL 52.91º 1% 0.5% -
HSV(B) 52.91º 1% 1% -
XYZ 68.17 75.11 10.93 -
YUV 208.43 10.94 161.21 -
System Red Green Blue C M Y K H S L
Decimal 255 225 1 0 0.12 1.00 0 52.91 1 0.5
Hex FF E1 1 0 C 64 0 35 64 32
Octal 377 341 1 0 14 144 0 65 144 62
Binary 11111111 11100001 1 0 1100 1100100 0 110101 1100100 110010

Color Harmonies of #FFE101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE101

Black with #FFE101

Text Example


Text Example

White with #FFE101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE101; }

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

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

background-color css

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

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

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

border-color css

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

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

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