#E0D42D

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

Shades of Golden Fizz #E0D42D

Tints of Golden Fizz #E0D42D

Color information

#E0D42D (or 0xE0D42D) is unknown color: approx Golden Fizz. HEX triplet: E0, D4 and 2D. RGB value is (224,212,45). Sum of RGB (Red+Green+Blue) = 224+212+45=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D42D is #1F2BD2. Grayscale: #C5C5C5. Windows color (decimal): -2042835 or 3003616. OLE color: 3003616.

HSL color Cylindrical-coordinate representation of color #E0D42D: hue angle of 55.98º 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 #E0D42D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB22421245-
CMYK00.050.800.12
HSL55.98º74.27%52.75%-
HSV(B)55.98º79.91%87.84%-
XYZ54.7663.1211.78-
YUV196.5542.48147.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.57%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 45 (17.97% from 255) = 9.36%
R=46.57%
G=44.07%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242124500.050.800.1255.9874.2752.75
HexE0D42D0550C384a35
Octal3403245505120147011265
Binary11100000110101001011010101101000011001110001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D42D; }

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

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

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

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

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

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

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

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