#E5D82F

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

Shades of Golden Fizz #E5D82F

Tints of Golden Fizz #E5D82F

Color information

#E5D82F (or 0xE5D82F) is unknown color: approx Golden Fizz. HEX triplet: E5, D8 and 2F. RGB value is (229,216,47). Sum of RGB (Red+Green+Blue) = 229+216+47=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D82F is #1A27D0. Grayscale: #C9C9C9. Windows color (decimal): -1714129 or 3135717. OLE color: 3135717.

HSL color Cylindrical-coordinate representation of color #E5D82F: hue angle of 55.71º 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 #E5D82F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB22921647-
CMYK00.060.790.10
HSL55.71º77.78%54.12%-
HSV(B)55.71º79.48%89.8%-
XYZ57.3865.9712.4-
YUV200.6241.31148.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 47 (18.75% from 255) = 9.55%
R=46.54%
G=43.90%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292164700.060.790.1055.7177.7854.12
HexE5D82F064FA384e36
Octal3453305706117127011666
Binary11100101110110001011110110100111110101110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D82F; }

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

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

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

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

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

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

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

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