Html Css Color HEX #E5D92A Golden Fizz

📋 copy color: '#E5D92A'

red 229 ◦ green 217 ◦ blue 42

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

Shades of Golden Fizz #E5D92A

Tints of Golden Fizz #E5D92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.47%

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

R = 46.93%
G = 44.47%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5D92A (or 0xE5D92A) is known color: Golden Fizz. HEX triplet: E5, D9 and 2A. RGB value is (229,217,42). Sum of RGB (Red+Green+Blue) = 229+217+42=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D92A is #1A26D5. Grayscale: #C9C9C9. Windows color (decimal): -1713878 or 2808293. OLE color: 2808293.

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

Color convert

RGB 229 217 42 -
CMYK 0 0.05 0.82 0.10
HSL 56.15º 0.78% 0.53% -
HSV(B) 56.15º 0.82% 0.9% -
XYZ 57.54 66.45 11.98 -
YUV 200.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 229 217 42 0 0.05 0.82 0.10 56.15 0.78 0.53
Hex E5 D9 2A 0 5 52 A 38 4E 35
Octal 345 331 52 0 5 122 12 70 116 65
Binary 11100101 11011001 101010 0 101 1010010 1010 111000 1001110 110101

Color Harmonies of #E5D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D92A

Black with #E5D92A

Text Example


Text Example

White with #E5D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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