#E0D32D

Color #E0D32D Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #E0D32D

Tints of Golden Fizz #E0D32D

Color information

#E0D32D (or 0xE0D32D) is unknown color: approx Golden Fizz. HEX triplet: E0, D3 and 2D. RGB value is (224,211,45). Sum of RGB (Red+Green+Blue) = 224+211+45=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D32D is #1F2CD2. Grayscale: #C4C4C4. Windows color (decimal): -2043091 or 3003360. OLE color: 3003360.

HSL color Cylindrical-coordinate representation of color #E0D32D: hue angle of 55.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0D32D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22421145-
CMYK00.060.800.12
HSL55.64º74.27%52.75%-
HSV(B)55.64º79.91%87.84%-
XYZ54.5162.6311.7-
YUV195.9642.81148-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 211 (82.81% from 255) = 43.96%
BLUE value IS 45 (17.97% from 255) = 9.38%
R=46.67%
G=43.96%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242114500.060.800.1255.6474.2752.75
HexE0D32D0650C384a35
Octal3403235506120147011265
Binary11100000110100111011010110101000011001110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D32D; }

 p { color: rgb(224,211,45); }

 H1.HeaderClassName
 {
   color: #E0D32D;
 }
 .AnyTagClassName
 {
   color: #E0D32D;
 }
</style>
background-color css

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

 a { background-color: rgb(224,211,45); }

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

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

 span { border-color: rgb(224,211,45); }

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