Html Css Color HEX #E5D731 Golden Fizz

📋 copy color: '#E5D731'

red 229 ◦ green 215 ◦ blue 49

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

Shades of Golden Fizz #E5D731

Tints of Golden Fizz #E5D731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

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

R = 46.45%
G = 43.61%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D731 (or 0xE5D731) is known color: Golden Fizz. HEX triplet: E5, D7 and 31. RGB value is (229,215,49). Sum of RGB (Red+Green+Blue) = 229+215+49=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D731 is #1A28CE. Grayscale: #C8C8C8. Windows color (decimal): -1714383 or 3266533. OLE color: 3266533.

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

Color convert

RGB 229 215 49 -
CMYK 0 0.06 0.79 0.10
HSL 55.33º 0.78% 0.55% -
HSV(B) 55.33º 0.79% 0.9% -
XYZ 57.17 65.48 12.53 -
YUV 200.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 229 215 49 0 0.06 0.79 0.10 55.33 0.78 0.55
Hex E5 D7 31 0 6 4F A 37 4E 37
Octal 345 327 61 0 6 117 12 67 116 67
Binary 11100101 11010111 110001 0 110 1001111 1010 110111 1001110 110111

Color Harmonies of #E5D731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D731

Black with #E5D731

Text Example


Text Example

White with #E5D731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D731; }

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

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

background-color css

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

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

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

border-color css

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

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

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