Html Css Color HEX #EAE304 Golden Yellow

📋 copy color: '#EAE304'

red 234 ◦ green 227 ◦ blue 4

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

Shades of Golden Yellow #EAE304

Tints of Golden Yellow #EAE304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 50.32%
G = 48.82%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE304 (or 0xEAE304) is known color: Golden Yellow. HEX triplet: EA, E3 and 04. RGB value is (234,227,4). Sum of RGB (Red+Green+Blue) = 234+227+4=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE304 is #151CFB. Grayscale: #CCCCCC. Windows color (decimal): -1383676 or 320490. OLE color: 320490.

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

Color convert

RGB 234 227 4 -
CMYK 0 0.03 0.98 0.08
HSL 58.17º 0.97% 0.47% -
HSV(B) 58.17º 0.98% 0.92% -
XYZ 61.42 72.44 10.86 -
YUV 203.67 15.32 149.63 -
System Red Green Blue C M Y K H S L
Decimal 234 227 4 0 0.03 0.98 0.08 58.17 0.97 0.47
Hex EA E3 4 0 3 62 8 3A 61 2F
Octal 352 343 4 0 3 142 10 72 141 57
Binary 11101010 11100011 100 0 11 1100010 1000 111010 1100001 101111

Color Harmonies of #EAE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE304

Black with #EAE304

Text Example


Text Example

White with #EAE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE304; }

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

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

background-color css

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

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

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

border-color css

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

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

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