#EDDD26

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

Shades of Golden Fizz #EDDD26

Tints of Golden Fizz #EDDD26

Color information

#EDDD26 (or 0xEDDD26) is unknown color: approx Golden Fizz. HEX triplet: ED, DD and 26. RGB value is (237,221,38). Sum of RGB (Red+Green+Blue) = 237+221+38=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 38 (15.23% from 255 or 7.66% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD26 is #1222D9. Grayscale: #CDCDCD. Windows color (decimal): -1188570 or 2547181. OLE color: 2547181.

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

Color convert

RGB23722138-
CMYK00.070.840.07
HSL55.18º84.68%53.92%-
HSV(B)55.18º83.97%92.94%-
XYZ61.1369.8612.1-
YUV204.9233.8150.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 38 (15.23% from 255) = 7.66%
R=47.78%
G=44.56%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372213800.070.840.0755.1884.6853.92
HexEDDD2607547375536
Octal355335460712476712566
Binary1110110111011101100110011110101001111101111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD26; }

 p { color: rgb(237,221,38); }

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

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

 a { background-color: rgb(237,221,38); }

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

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

 span { border-color: rgb(237,221,38); }

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