Html Css Color HEX #E5D332 Golden Fizz

📋 copy color: '#E5D332'

red 229 ◦ green 211 ◦ blue 50

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

Shades of Golden Fizz #E5D332

Tints of Golden Fizz #E5D332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 50 (19.92% from 255) = 10.2%

R = 46.73%
G = 43.06%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5D332 (or 0xE5D332) is known color: Golden Fizz. HEX triplet: E5, D3 and 32. RGB value is (229,211,50). Sum of RGB (Red+Green+Blue) = 229+211+50=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D332 is #1A2CCD. Grayscale: #C6C6C6. Windows color (decimal): -1715406 or 3331045. OLE color: 3331045.

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

Color convert

RGB 229 211 50 -
CMYK 0 0.08 0.78 0.10
HSL 53.97º 0.77% 0.55% -
HSV(B) 53.97º 0.78% 0.9% -
XYZ 56.18 63.48 12.31 -
YUV 198.03 44.46 150.09 -
System Red Green Blue C M Y K H S L
Decimal 229 211 50 0 0.08 0.78 0.10 53.97 0.77 0.55
Hex E5 D3 32 0 8 4E A 36 4D 37
Octal 345 323 62 0 10 116 12 66 115 67
Binary 11100101 11010011 110010 0 1000 1001110 1010 110110 1001101 110111

Color Harmonies of #E5D332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D332

Black with #E5D332

Text Example


Text Example

White with #E5D332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D332; }

 p { color: rgb(229,211,50); }

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

background-color css

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

 a { background-color: rgb(229,211,50); }

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

border-color css

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

 span { border-color: rgb(229,211,50); }

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