Html Css Color HEX #E8E402 Golden Yellow

📋 copy color: '#E8E402'

red 232 ◦ green 228 ◦ blue 2

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

Shades of Golden Yellow #E8E402

Tints of Golden Yellow #E8E402

RGB

 RED value IS 232 (91.02% from 255) = 50.22%

 GREEN value IS 228 (89.45% from 255) = 49.35%

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

R = 50.22%
G = 49.35%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8E402 (or 0xE8E402) is known color: Golden Yellow. HEX triplet: E8, E4 and 02. RGB value is (232,228,2). Sum of RGB (Red+Green+Blue) = 232+228+2=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E402 is #171BFD. Grayscale: #CCCCCC. Windows color (decimal): -1514494 or 189672. OLE color: 189672.

HSL color Cylindrical-coordinate representation of color #E8E402: hue angle of 58.96º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8E402 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 228 2 -
CMYK 0 0.02 0.99 0.09
HSL 58.96º 0.98% 0.46% -
HSV(B) 58.96º 0.99% 0.91% -
XYZ 61.03 72.65 10.86 -
YUV 203.43 14.33 148.38 -
System Red Green Blue C M Y K H S L
Decimal 232 228 2 0 0.02 0.99 0.09 58.96 0.98 0.46
Hex E8 E4 2 0 2 63 9 3B 62 2E
Octal 350 344 2 0 2 143 11 73 142 56
Binary 11101000 11100100 10 0 10 1100011 1001 111011 1100010 101110

Color Harmonies of #E8E402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E402

Black with #E8E402

Text Example


Text Example

White with #E8E402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E402; }

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

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

background-color css

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

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

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

border-color css

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

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

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