#EDDC28

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

Shades of Golden Fizz #EDDC28

Tints of Golden Fizz #EDDC28

Color information

#EDDC28 (or 0xEDDC28) is unknown color: approx Golden Fizz. HEX triplet: ED, DC and 28. RGB value is (237,220,40). Sum of RGB (Red+Green+Blue) = 237+220+40=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC28 is #1223D7. Grayscale: #CDCDCD. Windows color (decimal): -1188824 or 2677997. OLE color: 2677997.

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

Color convert

RGB23722040-
CMYK00.070.830.07
HSL54.82º84.55%54.31%-
HSV(B)54.82º83.12%92.94%-
XYZ60.969.3412.18-
YUV204.5635.13151.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 40 (16.02% from 255) = 8.05%
R=47.69%
G=44.27%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372204000.070.830.0754.8284.5554.31
HexEDDC2807537375536
Octal355334500712376712566
Binary1110110111011100101000011110100111111101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC28; }

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

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

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

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

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

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

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

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