Html Css Color HEX #E0E329 Golden Fizz

📋 copy color: '#E0E329'

red 224 ◦ green 227 ◦ blue 41

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

Shades of Golden Fizz #E0E329

Tints of Golden Fizz #E0E329

RGB

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

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

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

R = 45.53%
G = 46.14%
B = 8.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E0E329 (or 0xE0E329) is known color: Golden Fizz. HEX triplet: E0, E3 and 29. RGB value is (224,227,41). Sum of RGB (Red+Green+Blue) = 224+227+41=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E329 is #1F1CD6. Grayscale: #CDCDCD. Windows color (decimal): -2038999 or 2745312. OLE color: 2745312.

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

Color convert

RGB 224 227 41 -
CMYK 0.01 0 0.82 0.11
HSL 60.97º 0.77% 0.53% -
HSV(B) 60.97º 0.82% 0.89% -
XYZ 58.61 70.95 12.7 -
YUV 204.9 35.51 141.62 -
System Red Green Blue C M Y K H S L
Decimal 224 227 41 0.01 0 0.82 0.11 60.97 0.77 0.53
Hex E0 E3 29 1 0 52 B 3D 4D 35
Octal 340 343 51 1 0 122 13 75 115 65
Binary 11100000 11100011 101001 1 0 1010010 1011 111101 1001101 110101

Color Harmonies of #E0E329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E329

Black with #E0E329

Text Example


Text Example

White with #E0E329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E329; }

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

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

background-color css

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

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

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

border-color css

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

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

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