Html Css Color HEX #E0E529 Golden Fizz

📋 copy color: '#E0E529'

red 224 ◦ green 229 ◦ blue 41

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

Shades of Golden Fizz #E0E529

Tints of Golden Fizz #E0E529

RGB

 RED value IS 224 (87.89% from 255) = 45.34%

 GREEN value IS 229 (89.84% from 255) = 46.36%

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

R = 45.34%
G = 46.36%
B = 8.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E0E529 (or 0xE0E529) is known color: Golden Fizz. HEX triplet: E0, E5 and 29. RGB value is (224,229,41). Sum of RGB (Red+Green+Blue) = 224+229+41=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 41 (16.41% from 255 or 8.30% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E529 is #1F1AD6. Grayscale: #CECECE. Windows color (decimal): -2038487 or 2745824. OLE color: 2745824.

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

Color convert

RGB 224 229 41 -
CMYK 0.02 0 0.82 0.10
HSL 61.6º 0.78% 0.53% -
HSV(B) 61.6º 0.82% 0.9% -
XYZ 59.16 72.05 12.89 -
YUV 206.07 34.84 140.79 -
System Red Green Blue C M Y K H S L
Decimal 224 229 41 0.02 0 0.82 0.10 61.6 0.78 0.53
Hex E0 E5 29 2 0 52 A 3E 4E 35
Octal 340 345 51 2 0 122 12 76 116 65
Binary 11100000 11100101 101001 10 0 1010010 1010 111110 1001110 110101

Color Harmonies of #E0E529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E529

Black with #E0E529

Text Example


Text Example

White with #E0E529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E529; }

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

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

background-color css

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

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

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

border-color css

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

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

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