#EDD92A

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

Shades of Golden Fizz #EDD92A

Tints of Golden Fizz #EDD92A

Color information

#EDD92A (or 0xEDD92A) is unknown color: approx Golden Fizz. HEX triplet: ED, D9 and 2A. RGB value is (237,217,42). Sum of RGB (Red+Green+Blue) = 237+217+42=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 42 (16.80% from 255 or 8.47% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD92A is #1226D5. Grayscale: #CBCBCB. Windows color (decimal): -1189590 or 2808301. OLE color: 2808301.

HSL color Cylindrical-coordinate representation of color #EDD92A: hue angle of 53.85º 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 #EDD92A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB23721742-
CMYK00.080.820.07
HSL53.85º84.42%54.71%-
HSV(B)53.85º82.28%92.94%-
XYZ60.1667.812.11-
YUV203.0337.13152.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 42 (16.80% from 255) = 8.47%
R=47.78%
G=43.75%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372174200.080.820.0753.8584.4254.71
HexEDD92A08527365437
Octal3553315201012276612467
Binary11101101110110011010100100010100101111101101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD92A; }

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

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

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

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

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

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

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

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