Html Css Color HEX #E5ED29 Golden Fizz

📋 copy color: '#E5ED29'

red 229 ◦ green 237 ◦ blue 41

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

Shades of Golden Fizz #E5ED29

Tints of Golden Fizz #E5ED29

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.75%

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

R = 45.17%
G = 46.75%
B = 8.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#E5ED29 (or 0xE5ED29) is known color: Golden Fizz. HEX triplet: E5, ED and 29. RGB value is (229,237,41). Sum of RGB (Red+Green+Blue) = 229+237+41=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 41 (16.41% from 255 or 8.09% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #E5ED29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5ED29 is #1A12D6. Grayscale: #D5D5D5. Windows color (decimal): -1708759 or 2747877. OLE color: 2747877.

HSL color Cylindrical-coordinate representation of color #E5ED29: hue angle of 62.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5ED29 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 41 -
CMYK 0.03 0 0.83 0.07
HSL 62.45º 0.84% 0.55% -
HSV(B) 62.45º 0.83% 0.93% -
XYZ 63 77.39 13.71 -
YUV 212.26 31.35 139.94 -
System Red Green Blue C M Y K H S L
Decimal 229 237 41 0.03 0 0.83 0.07 62.45 0.84 0.55
Hex E5 ED 29 3 0 53 7 3E 54 37
Octal 345 355 51 3 0 123 7 76 124 67
Binary 11100101 11101101 101001 11 0 1010011 111 111110 1010100 110111

Color Harmonies of #E5ED29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ED29

Black with #E5ED29

Text Example


Text Example

White with #E5ED29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ED29; }

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

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

background-color css

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

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

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

border-color css

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

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

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