Html Css Color HEX #E5E428 Golden Fizz

📋 copy color: '#E5E428'

red 229 ◦ green 228 ◦ blue 40

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

Shades of Golden Fizz #E5E428

Tints of Golden Fizz #E5E428

RGB

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

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

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

R = 46.08%
G = 45.88%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E5E428 (or 0xE5E428) is known color: Golden Fizz. HEX triplet: E5, E4 and 28. RGB value is (229,228,40). Sum of RGB (Red+Green+Blue) = 229+228+40=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E428 is #1A1BD7. Grayscale: #CFCFCF. Windows color (decimal): -1711064 or 2680037. OLE color: 2680037.

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

Color convert

RGB 229 228 40 -
CMYK 0 0.00 0.83 0.10
HSL 59.68º 0.78% 0.53% -
HSV(B) 59.68º 0.83% 0.9% -
XYZ 60.44 72.3 12.78 -
YUV 206.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 229 228 40 0 0.00 0.83 0.10 59.68 0.78 0.53
Hex E5 E4 28 0 0 53 A 3C 4E 35
Octal 345 344 50 0 0 123 12 74 116 65
Binary 11100101 11100100 101000 0 0 1010011 1010 111100 1001110 110101

Color Harmonies of #E5E428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E428

Black with #E5E428

Text Example


Text Example

White with #E5E428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E428; }

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

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

background-color css

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

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

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

border-color css

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

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

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