Html Css Color HEX #EAE229 Golden Fizz

📋 copy color: '#EAE229'

red 234 ◦ green 226 ◦ blue 41

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

Shades of Golden Fizz #EAE229

Tints of Golden Fizz #EAE229

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.11%

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

R = 46.71%
G = 45.11%
B = 8.18%

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

#EAE229 (or 0xEAE229) is known color: Golden Fizz. HEX triplet: EA, E2 and 29. RGB value is (234,226,41). Sum of RGB (Red+Green+Blue) = 234+226+41=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE229 is #151DD6. Grayscale: #D0D0D0. Windows color (decimal): -1383895 or 2745066. OLE color: 2745066.

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

Color convert

RGB 234 226 41 -
CMYK 0 0.03 0.82 0.08
HSL 57.51º 0.82% 0.54% -
HSV(B) 57.51º 0.82% 0.92% -
XYZ 61.53 72.05 12.76 -
YUV 207.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 234 226 41 0 0.03 0.82 0.08 57.51 0.82 0.54
Hex EA E2 29 0 3 52 8 3A 52 36
Octal 352 342 51 0 3 122 10 72 122 66
Binary 11101010 11100010 101001 0 11 1010010 1000 111010 1010010 110110

Color Harmonies of #EAE229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE229

Black with #EAE229

Text Example


Text Example

White with #EAE229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE229; }

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

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

background-color css

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

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

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

border-color css

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

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

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