#EDE528

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

Shades of Golden Fizz #EDE528

Tints of Golden Fizz #EDE528

Color information

#EDE528 (or 0xEDE528) is unknown color: approx Golden Fizz. HEX triplet: ED, E5 and 28. RGB value is (237,229,40). Sum of RGB (Red+Green+Blue) = 237+229+40=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 40 (16.02% from 255 or 7.91% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE528 is #121AD7. Grayscale: #D2D2D2. Windows color (decimal): -1186520 or 2680301. OLE color: 2680301.

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

Color convert

RGB23722940-
CMYK00.030.830.07
HSL57.56º84.55%54.31%-
HSV(B)57.56º83.12%92.94%-
XYZ63.3374.212.99-
YUV209.8532.15147.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 40 (16.02% from 255) = 7.91%
R=46.84%
G=45.26%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372294000.030.830.0757.5684.5554.31
HexEDE528035373a5536
Octal355345500312377212566
Binary111011011110010110100001110100111111110101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE528; }

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

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

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

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

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

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

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

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