Html Css Color HEX #E5D42A Golden Fizz

📋 copy color: '#E5D42A'

red 229 ◦ green 212 ◦ blue 42

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

Shades of Golden Fizz #E5D42A

Tints of Golden Fizz #E5D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.89%

 BLUE value IS 42 (16.8% from 255) = 8.7%

R = 47.41%
G = 43.89%
B = 8.7%

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

#E5D42A (or 0xE5D42A) is known color: Golden Fizz. HEX triplet: E5, D4 and 2A. RGB value is (229,212,42). Sum of RGB (Red+Green+Blue) = 229+212+42=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D42A is #1A2BD5. Grayscale: #C6C6C6. Windows color (decimal): -1715158 or 2807013. OLE color: 2807013.

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

Color convert

RGB 229 212 42 -
CMYK 0 0.07 0.82 0.10
HSL 54.55º 0.78% 0.53% -
HSV(B) 54.55º 0.82% 0.9% -
XYZ 56.27 63.91 11.56 -
YUV 197.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 229 212 42 0 0.07 0.82 0.10 54.55 0.78 0.53
Hex E5 D4 2A 0 7 52 A 37 4E 35
Octal 345 324 52 0 7 122 12 67 116 65
Binary 11100101 11010100 101010 0 111 1010010 1010 110111 1001110 110101

Color Harmonies of #E5D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D42A

Black with #E5D42A

Text Example


Text Example

White with #E5D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D42A; }

 p { color: rgb(229,212,42); }

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

background-color css

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

 a { background-color: rgb(229,212,42); }

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

border-color css

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

 span { border-color: rgb(229,212,42); }

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