#EDE32D

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

Shades of Golden Fizz #EDE32D

Tints of Golden Fizz #EDE32D

Color information

#EDE32D (or 0xEDE32D) is unknown color: approx Golden Fizz. HEX triplet: ED, E3 and 2D. RGB value is (237,227,45). Sum of RGB (Red+Green+Blue) = 237+227+45=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE32D is #121CD2. Grayscale: #D1D1D1. Windows color (decimal): -1187027 or 3007469. OLE color: 3007469.

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

Color convert

RGB23722745-
CMYK00.040.810.07
HSL56.88º84.21%55.29%-
HSV(B)56.88º81.01%92.94%-
XYZ62.8773.1313.29-
YUV209.2435.31147.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 227 (89.06% from 255) = 44.60%
BLUE value IS 45 (17.97% from 255) = 8.84%
R=46.56%
G=44.60%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372274500.040.810.0756.8884.2155.29
HexEDE32D04517395437
Octal355343550412177112467
Binary1110110111100011101101010010100011111110011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE32D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE32D; }

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

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

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

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

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

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

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

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