Html Css Color HEX #EAE202 Golden Yellow

📋 copy color: '#EAE202'

red 234 ◦ green 226 ◦ blue 2

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

Shades of Golden Yellow #EAE202

Tints of Golden Yellow #EAE202

RGB

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

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

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

R = 50.65%
G = 48.92%
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

#EAE202 (or 0xEAE202) is known color: Golden Yellow. HEX triplet: EA, E2 and 02. RGB value is (234,226,2). Sum of RGB (Red+Green+Blue) = 234+226+2=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE202 is #151DFD. Grayscale: #CBCBCB. Windows color (decimal): -1383934 or 189162. OLE color: 189162.

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

Color convert

RGB 234 226 2 -
CMYK 0 0.03 0.99 0.08
HSL 57.93º 0.98% 0.46% -
HSV(B) 57.93º 0.99% 0.92% -
XYZ 61.14 71.89 10.71 -
YUV 202.86 14.65 150.21 -
System Red Green Blue C M Y K H S L
Decimal 234 226 2 0 0.03 0.99 0.08 57.93 0.98 0.46
Hex EA E2 2 0 3 63 8 3A 62 2E
Octal 352 342 2 0 3 143 10 72 142 56
Binary 11101010 11100010 10 0 11 1100011 1000 111010 1100010 101110

Color Harmonies of #EAE202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE202

Black with #EAE202

Text Example


Text Example

White with #EAE202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE202; }

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

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

background-color css

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

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

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

border-color css

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

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

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