Html Css Color HEX #E5D529 Golden Fizz

📋 copy color: '#E5D529'

red 229 ◦ green 213 ◦ blue 41

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

Shades of Golden Fizz #E5D529

Tints of Golden Fizz #E5D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 47.41%
G = 44.1%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5D529 (or 0xE5D529) is known color: Golden Fizz. HEX triplet: E5, D5 and 29. RGB value is (229,213,41). Sum of RGB (Red+Green+Blue) = 229+213+41=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D529 is #1A2AD6. Grayscale: #C6C6C6. Windows color (decimal): -1714903 or 2741733. OLE color: 2741733.

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

Color convert

RGB 229 213 41 -
CMYK 0 0.07 0.82 0.10
HSL 54.89º 0.78% 0.53% -
HSV(B) 54.89º 0.82% 0.9% -
XYZ 56.51 64.41 11.55 -
YUV 198.18 39.3 149.99 -
System Red Green Blue C M Y K H S L
Decimal 229 213 41 0 0.07 0.82 0.10 54.89 0.78 0.53
Hex E5 D5 29 0 7 52 A 37 4E 35
Octal 345 325 51 0 7 122 12 67 116 65
Binary 11100101 11010101 101001 0 111 1010010 1010 110111 1001110 110101

Color Harmonies of #E5D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D529

Black with #E5D529

Text Example


Text Example

White with #E5D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D529; }

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

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

background-color css

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

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

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

border-color css

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

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

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