Html Css Color HEX #FFE005 Golden Yellow

📋 copy color: '#FFE005'

red 255 ◦ green 224 ◦ blue 5

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

Shades of Golden Yellow #FFE005

Tints of Golden Yellow #FFE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.28%

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

R = 52.69%
G = 46.28%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFE005 (or 0xFFE005) is known color: Golden Yellow. HEX triplet: FF, E0 and 05. RGB value is (255,224,5). Sum of RGB (Red+Green+Blue) = 255+224+5=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE005 is #001FFA. Grayscale: #D1D1D1. Windows color (decimal): -8187 or 385279. OLE color: 385279.

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

Color convert

RGB 255 224 5 -
CMYK 0 0.12 0.98 0
HSL 52.56º 1% 0.51% -
HSV(B) 52.56º 0.98% 1% -
XYZ 67.92 74.58 10.96 -
YUV 208.3 13.27 161.31 -
System Red Green Blue C M Y K H S L
Decimal 255 224 5 0 0.12 0.98 0 52.56 1 0.51
Hex FF E0 5 0 C 62 0 35 64 33
Octal 377 340 5 0 14 142 0 65 144 63
Binary 11111111 11100000 101 0 1100 1100010 0 110101 1100100 110011

Color Harmonies of #FFE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE005

Black with #FFE005

Text Example


Text Example

White with #FFE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE005; }

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

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

background-color css

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

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

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

border-color css

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

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

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