Html Css Color HEX #FFE602 Golden Yellow

📋 copy color: '#FFE602'

red 255 ◦ green 230 ◦ blue 2

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

Shades of Golden Yellow #FFE602

Tints of Golden Yellow #FFE602

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.23%

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

R = 52.36%
G = 47.23%
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

#FFE602 (or 0xFFE602) is known color: Golden Yellow. HEX triplet: FF, E6 and 02. RGB value is (255,230,2). Sum of RGB (Red+Green+Blue) = 255+230+2=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFE602 is #0019FD. Grayscale: #D4D4D4. Windows color (decimal): -6654 or 190207. OLE color: 190207.

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

Color convert

RGB 255 230 2 -
CMYK 0 0.10 0.99 0
HSL 54.07º 1% 0.5% -
HSV(B) 54.07º 0.99% 1% -
XYZ 69.55 77.86 11.42 -
YUV 211.48 9.78 159.04 -
System Red Green Blue C M Y K H S L
Decimal 255 230 2 0 0.10 0.99 0 54.07 1 0.5
Hex FF E6 2 0 A 63 0 36 64 32
Octal 377 346 2 0 12 143 0 66 144 62
Binary 11111111 11100110 10 0 1010 1100011 0 110110 1100100 110010

Color Harmonies of #FFE602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE602

Black with #FFE602

Text Example


Text Example

White with #FFE602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE602; }

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

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

background-color css

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

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

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

border-color css

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

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

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