Html Css Color HEX #EAE528 Golden Fizz

📋 copy color: '#EAE528'

red 234 ◦ green 229 ◦ blue 40

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

Shades of Golden Fizz #EAE528

Tints of Golden Fizz #EAE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.95%

R = 46.52%
G = 45.53%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAE528 (or 0xEAE528) is known color: Golden Fizz. HEX triplet: EA, E5 and 28. RGB value is (234,229,40). Sum of RGB (Red+Green+Blue) = 234+229+40=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE528 is #151AD7. Grayscale: #D1D1D1. Windows color (decimal): -1383128 or 2680298. OLE color: 2680298.

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

Color convert

RGB 234 229 40 -
CMYK 0 0.02 0.83 0.08
HSL 58.45º 0.82% 0.54% -
HSV(B) 58.45º 0.83% 0.92% -
XYZ 62.33 73.68 12.94 -
YUV 208.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 234 229 40 0 0.02 0.83 0.08 58.45 0.82 0.54
Hex EA E5 28 0 2 53 8 3A 52 36
Octal 352 345 50 0 2 123 10 72 122 66
Binary 11101010 11100101 101000 0 10 1010011 1000 111010 1010010 110110

Color Harmonies of #EAE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE528

Black with #EAE528

Text Example


Text Example

White with #EAE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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