#EDEA39

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

Shades of Golden Fizz #EDEA39

Tints of Golden Fizz #EDEA39

Color information

#EDEA39 (or 0xEDEA39) is unknown color: approx Golden Fizz. HEX triplet: ED, EA and 39. RGB value is (237,234,57). Sum of RGB (Red+Green+Blue) = 237+234+57=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 57 (22.66% from 255 or 10.80% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA39 is #1215C6. Grayscale: #D7D7D7. Windows color (decimal): -1185223 or 3795693. OLE color: 3795693.

HSL color Cylindrical-coordinate representation of color #EDEA39: hue angle of 59º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDEA39 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23723457-
CMYK00.010.760.07
HSL59º83.33%57.65%-
HSV(B)59º75.95%92.94%-
XYZ65.0977.1515.33-
YUV214.7238.99143.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 57 (22.66% from 255) = 10.80%
R=44.89%
G=44.32%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372345700.010.760.075983.3357.65
HexEDEA39014C73b533a
Octal355352710111477312372
Binary11101101111010101110010110011001111110111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA39; }

 p { color: rgb(237,234,57); }

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

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

 a { background-color: rgb(237,234,57); }

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

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

 span { border-color: rgb(237,234,57); }

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