#ede22d

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

Shades of Golden Fizz #EDE22D

Tints of Golden Fizz #EDE22D

Color information

#EDE22D (or 0xEDE22D) is unknown color: approx Golden Fizz. HEX triplet: ED, E2 and 2D. RGB value is (237,226,45). Sum of RGB (Red+Green+Blue) = 237+226+45=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE22D is #121DD2. Grayscale: #D1D1D1. Windows color (decimal): -1187283 or 3007213. OLE color: 3007213.

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

Color convert

RGB23722645-
CMYK00.050.810.07
HSL56.56º84.21%55.29%-
HSV(B)56.56º81.01%92.94%-
XYZ62.672.5913.19-
YUV208.6635.64148.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 45 (17.97% from 255) = 8.86%
R=46.65%
G=44.49%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372264500.050.810.0756.5684.2155.29
HexEDE22D05517395437
Octal355342550512177112467
Binary1110110111100010101101010110100011111110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ede22d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ede22d; }

 p { color: rgb(237,226,45); }

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

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

 a { background-color: rgb(237,226,45); }

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

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

 span { border-color: rgb(237,226,45); }

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