Html Css Color HEX #FFE802 Golden Yellow

📋 copy color: '#FFE802'

red 255 ◦ green 232 ◦ blue 2

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

Shades of Golden Yellow #FFE802

Tints of Golden Yellow #FFE802

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.44%

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

R = 52.15%
G = 47.44%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFE802 (or 0xFFE802) is known color: Golden Yellow. HEX triplet: FF, E8 and 02. RGB value is (255,232,2). Sum of RGB (Red+Green+Blue) = 255+232+2=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 2 (1.17% from 255 or 0.41% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE802 is #0017FD. Grayscale: #D5D5D5. Windows color (decimal): -6142 or 190719. OLE color: 190719.

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

Color convert

RGB 255 232 2 -
CMYK 0 0.09 0.99 0
HSL 54.55º 1% 0.5% -
HSV(B) 54.55º 0.99% 1% -
XYZ 70.11 78.98 11.61 -
YUV 212.66 9.12 158.2 -
System Red Green Blue C M Y K H S L
Decimal 255 232 2 0 0.09 0.99 0 54.55 1 0.5
Hex FF E8 2 0 9 63 0 37 64 32
Octal 377 350 2 0 11 143 0 67 144 62
Binary 11111111 11101000 10 0 1001 1100011 0 110111 1100100 110010

Color Harmonies of #FFE802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE802

Black with #FFE802

Text Example


Text Example

White with #FFE802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE802; }

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

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

background-color css

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

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

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

border-color css

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

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

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