#EDDF26

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

Shades of Golden Fizz #EDDF26

Tints of Golden Fizz #EDDF26

Color information

#EDDF26 (or 0xEDDF26) is unknown color: approx Golden Fizz. HEX triplet: ED, DF and 26. RGB value is (237,223,38). Sum of RGB (Red+Green+Blue) = 237+223+38=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF26 is #1220D9. Grayscale: #CECECE. Windows color (decimal): -1188058 or 2547693. OLE color: 2547693.

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

Color convert

RGB23722338-
CMYK00.060.840.07
HSL55.78º84.68%53.92%-
HSV(B)55.78º83.97%92.94%-
XYZ61.6670.9212.27-
YUV206.133.14150.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 38 (15.23% from 255) = 7.63%
R=47.59%
G=44.78%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372233800.060.840.0755.7884.6853.92
HexEDDF2606547385536
Octal355337460612477012566
Binary1110110111011111100110011010101001111110001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF26; }

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

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

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

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

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

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

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

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