Html Css Color HEX #EAE429 Golden Fizz

📋 copy color: '#EAE429'

red 234 ◦ green 228 ◦ blue 41

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

Shades of Golden Fizz #EAE429

Tints of Golden Fizz #EAE429

RGB

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

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

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

R = 46.52%
G = 45.33%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAE429 (or 0xEAE429) is known color: Golden Fizz. HEX triplet: EA, E4 and 29. RGB value is (234,228,41). Sum of RGB (Red+Green+Blue) = 234+228+41=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE429 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE429 is #151BD6. Grayscale: #D1D1D1. Windows color (decimal): -1383383 or 2745578. OLE color: 2745578.

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

Color convert

RGB 234 228 41 -
CMYK 0 0.03 0.82 0.08
HSL 58.13º 0.82% 0.54% -
HSV(B) 58.13º 0.82% 0.92% -
XYZ 62.08 73.14 12.94 -
YUV 208.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 234 228 41 0 0.03 0.82 0.08 58.13 0.82 0.54
Hex EA E4 29 0 3 52 8 3A 52 36
Octal 352 344 51 0 3 122 10 72 122 66
Binary 11101010 11100100 101001 0 11 1010010 1000 111010 1010010 110110

Color Harmonies of #EAE429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE429

Black with #EAE429

Text Example


Text Example

White with #EAE429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE429; }

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

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

background-color css

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

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

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

border-color css

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

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

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