Html Css Color HEX #E5D32F Golden Fizz

📋 copy color: '#E5D32F'

red 229 ◦ green 211 ◦ blue 47

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

Shades of Golden Fizz #E5D32F

Tints of Golden Fizz #E5D32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.65%

R = 47.02%
G = 43.33%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5D32F (or 0xE5D32F) is known color: Golden Fizz. HEX triplet: E5, D3 and 2F. RGB value is (229,211,47). Sum of RGB (Red+Green+Blue) = 229+211+47=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D32F is #1A2CD0. Grayscale: #C6C6C6. Windows color (decimal): -1715409 or 3134437. OLE color: 3134437.

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

Color convert

RGB 229 211 47 -
CMYK 0 0.08 0.79 0.10
HSL 54.07º 0.78% 0.54% -
HSV(B) 54.07º 0.79% 0.9% -
XYZ 56.12 63.45 11.98 -
YUV 197.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 229 211 47 0 0.08 0.79 0.10 54.07 0.78 0.54
Hex E5 D3 2F 0 8 4F A 36 4E 36
Octal 345 323 57 0 10 117 12 66 116 66
Binary 11100101 11010011 101111 0 1000 1001111 1010 110110 1001110 110110

Color Harmonies of #E5D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D32F

Black with #E5D32F

Text Example


Text Example

White with #E5D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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