Html Css Color HEX #FFE502 Golden Yellow

📋 copy color: '#FFE502'

red 255 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #FFE502

Tints of Golden Yellow #FFE502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 52.47%
G = 47.12%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFE502 (or 0xFFE502) is known color: Golden Yellow. HEX triplet: FF, E5 and 02. RGB value is (255,229,2). Sum of RGB (Red+Green+Blue) = 255+229+2=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE502 is #001AFD. Grayscale: #D3D3D3. Windows color (decimal): -6910 or 189951. OLE color: 189951.

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

Color convert

RGB 255 229 2 -
CMYK 0 0.10 0.99 0
HSL 53.83º 1% 0.5% -
HSV(B) 53.83º 0.99% 1% -
XYZ 69.27 77.3 11.33 -
YUV 210.9 10.11 159.46 -
System Red Green Blue C M Y K H S L
Decimal 255 229 2 0 0.10 0.99 0 53.83 1 0.5
Hex FF E5 2 0 A 63 0 36 64 32
Octal 377 345 2 0 12 143 0 66 144 62
Binary 11111111 11100101 10 0 1010 1100011 0 110110 1100100 110010

Color Harmonies of #FFE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE502

Black with #FFE502

Text Example


Text Example

White with #FFE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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