#ede521

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

Shades of Golden Fizz #EDE521

Tints of Golden Fizz #EDE521

Color information

#EDE521 (or 0xEDE521) is unknown color: approx Golden Fizz. HEX triplet: ED, E5 and 21. RGB value is (237,229,33). Sum of RGB (Red+Green+Blue) = 237+229+33=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 33 (13.28% from 255 or 6.61% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE521 is #121ADE. Grayscale: #D1D1D1. Windows color (decimal): -1186527 or 2221549. OLE color: 2221549.

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

Color convert

RGB23722933-
CMYK00.030.860.07
HSL57.65º85%52.94%-
HSV(B)57.65º86.08%92.94%-
XYZ63.2274.1512.42-
YUV209.0528.65147.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 33 (13.28% from 255) = 6.61%
R=47.49%
G=45.89%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372293300.030.860.0757.658552.94
HexEDE521035673a5535
Octal355345410312677212565
Binary111011011110010110000101110101101111110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede521; }

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

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

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

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

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

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

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

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