Html Css Color HEX #EAE420 Golden Fizz

📋 copy color: '#EAE420'

red 234 ◦ green 228 ◦ blue 32

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

Shades of Golden Fizz #EAE420

Tints of Golden Fizz #EAE420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 47.37%
G = 46.15%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAE420 (or 0xEAE420) is known color: Golden Fizz. HEX triplet: EA, E4 and 20. RGB value is (234,228,32). Sum of RGB (Red+Green+Blue) = 234+228+32=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE420 is #151BDF. Grayscale: #D0D0D0. Windows color (decimal): -1383392 or 2155754. OLE color: 2155754.

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

Color convert

RGB 234 228 32 -
CMYK 0 0.03 0.86 0.08
HSL 58.22º 0.83% 0.52% -
HSV(B) 58.22º 0.86% 0.92% -
XYZ 61.94 73.08 12.21 -
YUV 207.45 28.99 146.94 -
System Red Green Blue C M Y K H S L
Decimal 234 228 32 0 0.03 0.86 0.08 58.22 0.83 0.52
Hex EA E4 20 0 3 56 8 3A 53 34
Octal 352 344 40 0 3 126 10 72 123 64
Binary 11101010 11100100 100000 0 11 1010110 1000 111010 1010011 110100

Color Harmonies of #EAE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE420

Black with #EAE420

Text Example


Text Example

White with #EAE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE420; }

 p { color: rgb(234,228,32); }

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

background-color css

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

 a { background-color: rgb(234,228,32); }

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

border-color css

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

 span { border-color: rgb(234,228,32); }

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