Html Css Color HEX #E5DA31 Golden Fizz

📋 copy color: '#E5DA31'

red 229 ◦ green 218 ◦ blue 49

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

Shades of Golden Fizz #E5DA31

Tints of Golden Fizz #E5DA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

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

R = 46.17%
G = 43.95%
B = 9.88%

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

#E5DA31 (or 0xE5DA31) is known color: Golden Fizz. HEX triplet: E5, DA and 31. RGB value is (229,218,49). Sum of RGB (Red+Green+Blue) = 229+218+49=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA31 is #1A25CE. Grayscale: #CACACA. Windows color (decimal): -1713615 or 3267301. OLE color: 3267301.

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

Color convert

RGB 229 218 49 -
CMYK 0 0.05 0.79 0.10
HSL 56.33º 0.78% 0.55% -
HSV(B) 56.33º 0.79% 0.9% -
XYZ 57.94 67.02 12.79 -
YUV 202.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 229 218 49 0 0.05 0.79 0.10 56.33 0.78 0.55
Hex E5 DA 31 0 5 4F A 38 4E 37
Octal 345 332 61 0 5 117 12 70 116 67
Binary 11100101 11011010 110001 0 101 1001111 1010 111000 1001110 110111

Color Harmonies of #E5DA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA31

Black with #E5DA31

Text Example


Text Example

White with #E5DA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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