Html Css Color HEX #E5D62A Golden Fizz

📋 copy color: '#E5D62A'

red 229 ◦ green 214 ◦ blue 42

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

Shades of Golden Fizz #E5D62A

Tints of Golden Fizz #E5D62A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.12%

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

R = 47.22%
G = 44.12%
B = 8.66%

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

#E5D62A (or 0xE5D62A) is known color: Golden Fizz. HEX triplet: E5, D6 and 2A. RGB value is (229,214,42). Sum of RGB (Red+Green+Blue) = 229+214+42=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D62A is #1A29D5. Grayscale: #C7C7C7. Windows color (decimal): -1714646 or 2807525. OLE color: 2807525.

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

Color convert

RGB 229 214 42 -
CMYK 0 0.07 0.82 0.10
HSL 55.19º 0.78% 0.53% -
HSV(B) 55.19º 0.82% 0.9% -
XYZ 56.78 64.92 11.73 -
YUV 198.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 229 214 42 0 0.07 0.82 0.10 55.19 0.78 0.53
Hex E5 D6 2A 0 7 52 A 37 4E 35
Octal 345 326 52 0 7 122 12 67 116 65
Binary 11100101 11010110 101010 0 111 1010010 1010 110111 1001110 110101

Color Harmonies of #E5D62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D62A

Black with #E5D62A

Text Example


Text Example

White with #E5D62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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