Html Css Color HEX #EAE302 Golden Yellow

📋 copy color: '#EAE302'

red 234 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #EAE302

Tints of Golden Yellow #EAE302

RGB

 RED value IS 234 (91.8% from 255) = 50.54%

 GREEN value IS 227 (89.06% from 255) = 49.03%

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

R = 50.54%
G = 49.03%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAE302 (or 0xEAE302) is known color: Golden Yellow. HEX triplet: EA, E3 and 02. RGB value is (234,227,2). Sum of RGB (Red+Green+Blue) = 234+227+2=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE302 is #151CFD. Grayscale: #CCCCCC. Windows color (decimal): -1383678 or 189418. OLE color: 189418.

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

Color convert

RGB 234 227 2 -
CMYK 0 0.03 0.99 0.08
HSL 58.19º 0.98% 0.46% -
HSV(B) 58.19º 0.99% 0.92% -
XYZ 61.41 72.43 10.8 -
YUV 203.44 14.32 149.8 -
System Red Green Blue C M Y K H S L
Decimal 234 227 2 0 0.03 0.99 0.08 58.19 0.98 0.46
Hex EA E3 2 0 3 63 8 3A 62 2E
Octal 352 343 2 0 3 143 10 72 142 56
Binary 11101010 11100011 10 0 11 1100011 1000 111010 1100010 101110

Color Harmonies of #EAE302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE302

Black with #EAE302

Text Example


Text Example

White with #EAE302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE302; }

 p { color: rgb(234,227,2); }

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

background-color css

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

 a { background-color: rgb(234,227,2); }

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

border-color css

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

 span { border-color: rgb(234,227,2); }

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