#EDD82A

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

Shades of Golden Fizz #EDD82A

Tints of Golden Fizz #EDD82A

Color information

#EDD82A (or 0xEDD82A) is unknown color: approx Golden Fizz. HEX triplet: ED, D8 and 2A. RGB value is (237,216,42). Sum of RGB (Red+Green+Blue) = 237+216+42=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD82A is #1227D5. Grayscale: #CBCBCB. Windows color (decimal): -1189846 or 2808045. OLE color: 2808045.

HSL color Cylindrical-coordinate representation of color #EDD82A: hue angle of 53.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD82A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23721642-
CMYK00.090.820.07
HSL53.54º84.42%54.71%-
HSV(B)53.54º82.28%92.94%-
XYZ59.967.2812.02-
YUV202.4437.46152.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 42 (16.80% from 255) = 8.48%
R=47.88%
G=43.64%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372164200.090.820.0753.5484.4254.71
HexEDD82A09527365437
Octal3553305201112276612467
Binary11101101110110001010100100110100101111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD82A; }

 p { color: rgb(237,216,42); }

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

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

 a { background-color: rgb(237,216,42); }

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

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

 span { border-color: rgb(237,216,42); }

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