Html Css Color HEX #E5D531 Golden Fizz

📋 copy color: '#E5D531'

red 229 ◦ green 213 ◦ blue 49

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

Shades of Golden Fizz #E5D531

Tints of Golden Fizz #E5D531

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

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

R = 46.64%
G = 43.38%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D531 (or 0xE5D531) is known color: Golden Fizz. HEX triplet: E5, D5 and 31. RGB value is (229,213,49). Sum of RGB (Red+Green+Blue) = 229+213+49=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D531 is #1A2ACE. Grayscale: #C7C7C7. Windows color (decimal): -1714895 or 3266021. OLE color: 3266021.

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

Color convert

RGB 229 213 49 -
CMYK 0 0.07 0.79 0.10
HSL 54.67º 0.78% 0.55% -
HSV(B) 54.67º 0.79% 0.9% -
XYZ 56.66 64.47 12.36 -
YUV 199.09 43.3 149.34 -
System Red Green Blue C M Y K H S L
Decimal 229 213 49 0 0.07 0.79 0.10 54.67 0.78 0.55
Hex E5 D5 31 0 7 4F A 37 4E 37
Octal 345 325 61 0 7 117 12 67 116 67
Binary 11100101 11010101 110001 0 111 1001111 1010 110111 1001110 110111

Color Harmonies of #E5D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D531

Black with #E5D531

Text Example


Text Example

White with #E5D531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D531; }

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

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

background-color css

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

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

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

border-color css

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

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

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