Html Css Color HEX #EAE502 Golden Yellow

📋 copy color: '#EAE502'

red 234 ◦ green 229 ◦ blue 2

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

Shades of Golden Yellow #EAE502

Tints of Golden Yellow #EAE502

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.25%

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

R = 50.32%
G = 49.25%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAE502 (or 0xEAE502) is known color: Golden Yellow. HEX triplet: EA, E5 and 02. RGB value is (234,229,2). Sum of RGB (Red+Green+Blue) = 234+229+2=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE502 is #151AFD. Grayscale: #CDCDCD. Windows color (decimal): -1383166 or 189930. OLE color: 189930.

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

Color convert

RGB 234 229 2 -
CMYK 0 0.02 0.99 0.08
HSL 58.71º 0.98% 0.46% -
HSV(B) 58.71º 0.99% 0.92% -
XYZ 61.96 73.54 10.99 -
YUV 204.62 13.66 148.96 -
System Red Green Blue C M Y K H S L
Decimal 234 229 2 0 0.02 0.99 0.08 58.71 0.98 0.46
Hex EA E5 2 0 2 63 8 3B 62 2E
Octal 352 345 2 0 2 143 10 73 142 56
Binary 11101010 11100101 10 0 10 1100011 1000 111011 1100010 101110

Color Harmonies of #EAE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE502

Black with #EAE502

Text Example


Text Example

White with #EAE502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE502; }

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

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

background-color css

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

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

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

border-color css

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

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

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