#EDDA34

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

Shades of Golden Fizz #EDDA34

Tints of Golden Fizz #EDDA34

Color information

#EDDA34 (or 0xEDDA34) is unknown color: approx Golden Fizz. HEX triplet: ED, DA and 34. RGB value is (237,218,52). Sum of RGB (Red+Green+Blue) = 237+218+52=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA34 is #1225CB. Grayscale: #CDCDCD. Windows color (decimal): -1189324 or 3463917. OLE color: 3463917.

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

Color convert

RGB23721852-
CMYK00.080.780.07
HSL53.84º83.71%56.67%-
HSV(B)53.84º78.06%92.94%-
XYZ60.6268.413.26-
YUV204.7641.79151-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 52 (20.70% from 255) = 10.26%
R=46.75%
G=43.00%
B=10.26%

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
Decimal2372185200.080.780.0753.8483.7156.67
HexEDDA34084E7365439
Octal3553326401011676612471
Binary11101101110110101101000100010011101111101101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA34; }

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

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

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

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

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

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

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

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