#e7d62d

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

Shades of Golden Fizz #E7D62D

Tints of Golden Fizz #E7D62D

Color information

#E7D62D (or 0xE7D62D) is unknown color: approx Golden Fizz. HEX triplet: E7, D6 and 2D. RGB value is (231,214,45). Sum of RGB (Red+Green+Blue) = 231+214+45=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D62D is #1829D2. Grayscale: #C8C8C8. Windows color (decimal): -1583571 or 3004135. OLE color: 3004135.

HSL color Cylindrical-coordinate representation of color #E7D62D: hue angle of 54.52º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7D62D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB23121445-
CMYK00.070.810.09
HSL54.52º79.49%54.12%-
HSV(B)54.52º80.52%90.59%-
XYZ57.4865.2712.05-
YUV199.8240.63150.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 45 (17.97% from 255) = 9.18%
R=47.14%
G=43.67%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312144500.070.810.0954.5279.4954.12
HexE7D62D07519374f36
Octal3473265507121116711766
Binary11100111110101101011010111101000110011101111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7d62d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7d62d; }

 p { color: rgb(231,214,45); }

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

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

 a { background-color: rgb(231,214,45); }

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

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

 span { border-color: rgb(231,214,45); }

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