#EDD934

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

Shades of Golden Fizz #EDD934

Tints of Golden Fizz #EDD934

Color information

#EDD934 (or 0xEDD934) is unknown color: approx Golden Fizz. HEX triplet: ED, D9 and 34. RGB value is (237,217,52). Sum of RGB (Red+Green+Blue) = 237+217+52=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD934 is #1226CB. Grayscale: #CCCCCC. Windows color (decimal): -1189580 or 3463661. OLE color: 3463661.

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

Color convert

RGB23721752-
CMYK00.080.780.07
HSL53.51º83.71%56.67%-
HSV(B)53.51º78.06%92.94%-
XYZ60.3667.8813.17-
YUV204.1742.13151.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 52 (20.70% from 255) = 10.28%
R=46.84%
G=42.89%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372175200.080.780.0753.5183.7156.67
HexEDD934084E7365439
Octal3553316401011676612471
Binary11101101110110011101000100010011101111101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD934; }

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

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

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

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

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

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

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

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