Html Css Color HEX #FFE202 Golden Yellow

📋 copy color: '#FFE202'

red 255 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #FFE202

Tints of Golden Yellow #FFE202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

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

R = 52.8%
G = 46.79%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFE202 (or 0xFFE202) is known color: Golden Yellow. HEX triplet: FF, E2 and 02. RGB value is (255,226,2). Sum of RGB (Red+Green+Blue) = 255+226+2=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE202 is #001DFD. Grayscale: #D2D2D2. Windows color (decimal): -7678 or 189183. OLE color: 189183.

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

Color convert

RGB 255 226 2 -
CMYK 0 0.11 0.99 0
HSL 53.12º 1% 0.5% -
HSV(B) 53.12º 0.99% 1% -
XYZ 68.45 75.66 11.05 -
YUV 209.14 11.11 160.71 -
System Red Green Blue C M Y K H S L
Decimal 255 226 2 0 0.11 0.99 0 53.12 1 0.5
Hex FF E2 2 0 B 63 0 35 64 32
Octal 377 342 2 0 13 143 0 65 144 62
Binary 11111111 11100010 10 0 1011 1100011 0 110101 1100100 110010

Color Harmonies of #FFE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE202

Black with #FFE202

Text Example


Text Example

White with #FFE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE202; }

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

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

background-color css

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

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

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

border-color css

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

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

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