Html Css Color HEX #E5D32C Golden Fizz

📋 copy color: '#E5D32C'

red 229 ◦ green 211 ◦ blue 44

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

Shades of Golden Fizz #E5D32C

Tints of Golden Fizz #E5D32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.09%

R = 47.31%
G = 43.6%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5D32C (or 0xE5D32C) is known color: Golden Fizz. HEX triplet: E5, D3 and 2C. RGB value is (229,211,44). Sum of RGB (Red+Green+Blue) = 229+211+44=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D32C is #1A2CD3. Grayscale: #C6C6C6. Windows color (decimal): -1715412 or 2937829. OLE color: 2937829.

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

Color convert

RGB 229 211 44 -
CMYK 0 0.08 0.81 0.10
HSL 54.16º 0.78% 0.54% -
HSV(B) 54.16º 0.81% 0.9% -
XYZ 56.06 63.43 11.67 -
YUV 197.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 229 211 44 0 0.08 0.81 0.10 54.16 0.78 0.54
Hex E5 D3 2C 0 8 51 A 36 4E 36
Octal 345 323 54 0 10 121 12 66 116 66
Binary 11100101 11010011 101100 0 1000 1010001 1010 110110 1001110 110110

Color Harmonies of #E5D32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D32C

Black with #E5D32C

Text Example


Text Example

White with #E5D32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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