#EDD828

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

Shades of Golden Fizz #EDD828

Tints of Golden Fizz #EDD828

Color information

#EDD828 (or 0xEDD828) is unknown color: approx Golden Fizz. HEX triplet: ED, D8 and 28. RGB value is (237,216,40). Sum of RGB (Red+Green+Blue) = 237+216+40=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD828 is #1227D7. Grayscale: #CACACA. Windows color (decimal): -1189848 or 2676973. OLE color: 2676973.

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

Color convert

RGB23721640-
CMYK00.090.830.07
HSL53.6º84.55%54.31%-
HSV(B)53.6º83.12%92.94%-
XYZ59.8667.2711.84-
YUV202.2136.46152.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 40 (16.02% from 255) = 8.11%
R=48.07%
G=43.81%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372164000.090.830.0753.684.5554.31
HexEDD82809537365536
Octal3553305001112376612566
Binary11101101110110001010000100110100111111101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD828; }

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

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

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

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

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

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

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

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