#EDE121

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

Shades of Golden Fizz #EDE121

Tints of Golden Fizz #EDE121

Color information

#EDE121 (or 0xEDE121) is unknown color: approx Golden Fizz. HEX triplet: ED, E1 and 21. RGB value is (237,225,33). Sum of RGB (Red+Green+Blue) = 237+225+33=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE121 is #121EDE. Grayscale: #CFCFCF. Windows color (decimal): -1187551 or 2220525. OLE color: 2220525.

HSL color Cylindrical-coordinate representation of color #EDE121: hue angle of 56.47º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDE121 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23722533-
CMYK00.050.860.07
HSL56.47º85%52.94%-
HSV(B)56.47º86.08%92.94%-
XYZ62.1271.9612.06-
YUV206.729.98149.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 33 (13.28% from 255) = 6.67%
R=47.88%
G=45.45%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372253300.050.860.0756.478552.94
HexEDE12105567385535
Octal355341410512677012565
Binary1110110111100001100001010110101101111110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE121; }

 p { color: rgb(237,225,33); }

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

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

 a { background-color: rgb(237,225,33); }

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

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

 span { border-color: rgb(237,225,33); }

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