Html Css Color HEX #EAE529 Golden Fizz

📋 copy color: '#EAE529'

red 234 ◦ green 229 ◦ blue 41

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

Shades of Golden Fizz #EAE529

Tints of Golden Fizz #EAE529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.13%

R = 46.43%
G = 45.44%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAE529 (or 0xEAE529) is known color: Golden Fizz. HEX triplet: EA, E5 and 29. RGB value is (234,229,41). Sum of RGB (Red+Green+Blue) = 234+229+41=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE529 is #151AD6. Grayscale: #D1D1D1. Windows color (decimal): -1383127 or 2745834. OLE color: 2745834.

HSL color Cylindrical-coordinate representation of color #EAE529: 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.82%. Process color model (Four color, CMYK) of #EAE529 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 41 -
CMYK 0 0.02 0.82 0.08
HSL 58.45º 0.82% 0.54% -
HSV(B) 58.45º 0.82% 0.92% -
XYZ 62.35 73.69 13.04 -
YUV 209.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 234 229 41 0 0.02 0.82 0.08 58.45 0.82 0.54
Hex EA E5 29 0 2 52 8 3A 52 36
Octal 352 345 51 0 2 122 10 72 122 66
Binary 11101010 11100101 101001 0 10 1010010 1000 111010 1010010 110110

Color Harmonies of #EAE529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE529

Black with #EAE529

Text Example


Text Example

White with #EAE529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE529; }

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

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

background-color css

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

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

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

border-color css

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

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

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