Html Css Color HEX #E5D92D Golden Fizz

📋 copy color: '#E5D92D'

red 229 ◦ green 217 ◦ blue 45

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

Shades of Golden Fizz #E5D92D

Tints of Golden Fizz #E5D92D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.16%

R = 46.64%
G = 44.2%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5D92D (or 0xE5D92D) is known color: Golden Fizz. HEX triplet: E5, D9 and 2D. RGB value is (229,217,45). Sum of RGB (Red+Green+Blue) = 229+217+45=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D92D is #1A26D2. Grayscale: #C9C9C9. Windows color (decimal): -1713875 or 3004901. OLE color: 3004901.

HSL color Cylindrical-coordinate representation of color #E5D92D: hue angle of 56.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D92D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 217 45 -
CMYK 0 0.05 0.80 0.10
HSL 56.09º 0.78% 0.54% -
HSV(B) 56.09º 0.8% 0.9% -
XYZ 57.6 66.47 12.28 -
YUV 200.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 229 217 45 0 0.05 0.80 0.10 56.09 0.78 0.54
Hex E5 D9 2D 0 5 50 A 38 4E 36
Octal 345 331 55 0 5 120 12 70 116 66
Binary 11100101 11011001 101101 0 101 1010000 1010 111000 1001110 110110

Color Harmonies of #E5D92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D92D

Black with #E5D92D

Text Example


Text Example

White with #E5D92D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D92D; }

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

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

background-color css

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

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

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

border-color css

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

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

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