Html Css Color HEX #FFE505 Golden Yellow

📋 copy color: '#FFE505'

red 255 ◦ green 229 ◦ blue 5

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

Shades of Golden Yellow #FFE505

Tints of Golden Yellow #FFE505

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.83%

 BLUE value IS 5 (2.34% from 255) = 1.02%

R = 52.15%
G = 46.83%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFE505 (or 0xFFE505) is known color: Golden Yellow. HEX triplet: FF, E5 and 05. RGB value is (255,229,5). Sum of RGB (Red+Green+Blue) = 255+229+5=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 5 (2.34% from 255 or 1.02% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE505 is #001AFA. Grayscale: #D4D4D4. Windows color (decimal): -6907 or 386559. OLE color: 386559.

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

Color convert

RGB 255 229 5 -
CMYK 0 0.10 0.98 0
HSL 53.76º 1% 0.51% -
HSV(B) 53.76º 0.98% 1% -
XYZ 69.29 77.31 11.41 -
YUV 211.24 11.61 159.21 -
System Red Green Blue C M Y K H S L
Decimal 255 229 5 0 0.10 0.98 0 53.76 1 0.51
Hex FF E5 5 0 A 62 0 36 64 33
Octal 377 345 5 0 12 142 0 66 144 63
Binary 11111111 11100101 101 0 1010 1100010 0 110110 1100100 110011

Color Harmonies of #FFE505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE505

Black with #FFE505

Text Example


Text Example

White with #FFE505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE505; }

 p { color: rgb(255,229,5); }

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

background-color css

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

 a { background-color: rgb(255,229,5); }

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

border-color css

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

 span { border-color: rgb(255,229,5); }

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