#EDE41E

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

Shades of Golden Fizz #EDE41E

Tints of Golden Fizz #EDE41E

Color information

#EDE41E (or 0xEDE41E) is unknown color: approx Golden Fizz. HEX triplet: ED, E4 and 1E. RGB value is (237,228,30). Sum of RGB (Red+Green+Blue) = 237+228+30=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 228 (89.45% from 255 or 46.06% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE41E is #121BE1. Grayscale: #D0D0D0. Windows color (decimal): -1186786 or 2024685. OLE color: 2024685.

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

Color convert

RGB23722830-
CMYK00.040.870.07
HSL57.39º85.19%52.35%-
HSV(B)57.39º87.34%92.94%-
XYZ62.973.5912.12-
YUV208.1227.48148.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 228 (89.45% from 255) = 46.06%
BLUE value IS 30 (12.11% from 255) = 6.06%
R=47.88%
G=46.06%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372283000.040.870.0757.3985.1952.35
HexEDE41E04577395534
Octal355344360412777112564
Binary111011011110010011110010010101111111110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE41E; }

 p { color: rgb(237,228,30); }

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

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

 a { background-color: rgb(237,228,30); }

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

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

 span { border-color: rgb(237,228,30); }

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