Html Css Color HEX #E5E329 Golden Fizz

📋 copy color: '#E5E329'

red 229 ◦ green 227 ◦ blue 41

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

Shades of Golden Fizz #E5E329

Tints of Golden Fizz #E5E329

RGB

 RED value IS 229 (89.84% from 255) = 46.08%

 GREEN value IS 227 (89.06% from 255) = 45.67%

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

R = 46.08%
G = 45.67%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5E329 (or 0xE5E329) is known color: Golden Fizz. HEX triplet: E5, E3 and 29. RGB value is (229,227,41). Sum of RGB (Red+Green+Blue) = 229+227+41=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E329 is #1A1CD6. Grayscale: #CFCFCF. Windows color (decimal): -1711319 or 2745317. OLE color: 2745317.

HSL color Cylindrical-coordinate representation of color #E5E329: hue angle of 59.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E329 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 227 41 -
CMYK 0 0.01 0.82 0.10
HSL 59.36º 0.78% 0.53% -
HSV(B) 59.36º 0.82% 0.9% -
XYZ 60.18 71.76 12.78 -
YUV 206.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 229 227 41 0 0.01 0.82 0.10 59.36 0.78 0.53
Hex E5 E3 29 0 1 52 A 3B 4E 35
Octal 345 343 51 0 1 122 12 73 116 65
Binary 11100101 11100011 101001 0 1 1010010 1010 111011 1001110 110101

Color Harmonies of #E5E329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E329

Black with #E5E329

Text Example


Text Example

White with #E5E329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E329; }

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

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

background-color css

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

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

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

border-color css

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

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

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