Html Css Color HEX #E5D931 Golden Fizz

📋 copy color: '#E5D931'

red 229 ◦ green 217 ◦ blue 49

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

Shades of Golden Fizz #E5D931

Tints of Golden Fizz #E5D931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 46.26%
G = 43.84%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D931 (or 0xE5D931) is known color: Golden Fizz. HEX triplet: E5, D9 and 31. RGB value is (229,217,49). Sum of RGB (Red+Green+Blue) = 229+217+49=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D931 is #1A26CE. Grayscale: #CACACA. Windows color (decimal): -1713871 or 3267045. OLE color: 3267045.

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

Color convert

RGB 229 217 49 -
CMYK 0 0.05 0.79 0.10
HSL 56º 0.78% 0.55% -
HSV(B) 56º 0.79% 0.9% -
XYZ 57.68 66.51 12.7 -
YUV 201.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 229 217 49 0 0.05 0.79 0.10 56 0.78 0.55
Hex E5 D9 31 0 5 4F A 38 4E 37
Octal 345 331 61 0 5 117 12 70 116 67
Binary 11100101 11011001 110001 0 101 1001111 1010 111000 1001110 110111

Color Harmonies of #E5D931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D931

Black with #E5D931

Text Example


Text Example

White with #E5D931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D931; }

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

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

background-color css

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

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

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

border-color css

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

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

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