Html Css Color HEX #E5DC31 Golden Fizz

📋 copy color: '#E5DC31'

red 229 ◦ green 220 ◦ blue 49

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

Shades of Golden Fizz #E5DC31

Tints of Golden Fizz #E5DC31

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.18%

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

R = 45.98%
G = 44.18%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5DC31 (or 0xE5DC31) is known color: Golden Fizz. HEX triplet: E5, DC and 31. RGB value is (229,220,49). Sum of RGB (Red+Green+Blue) = 229+220+49=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 49 (19.53% from 255 or 9.84% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DC31 is #1A23CE. Grayscale: #CBCBCB. Windows color (decimal): -1713103 or 3267813. OLE color: 3267813.

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

Color convert

RGB 229 220 49 -
CMYK 0 0.04 0.79 0.10
HSL 57º 0.78% 0.55% -
HSV(B) 57º 0.79% 0.9% -
XYZ 58.46 68.07 12.96 -
YUV 203.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 229 220 49 0 0.04 0.79 0.10 57 0.78 0.55
Hex E5 DC 31 0 4 4F A 39 4E 37
Octal 345 334 61 0 4 117 12 71 116 67
Binary 11100101 11011100 110001 0 100 1001111 1010 111001 1001110 110111

Color Harmonies of #E5DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC31

Black with #E5DC31

Text Example


Text Example

White with #E5DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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