#EDE31E

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

Shades of Golden Fizz #EDE31E

Tints of Golden Fizz #EDE31E

Color information

#EDE31E (or 0xEDE31E) is unknown color: approx Golden Fizz. HEX triplet: ED, E3 and 1E. RGB value is (237,227,30). Sum of RGB (Red+Green+Blue) = 237+227+30=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE31E is #121CE1. Grayscale: #D0D0D0. Windows color (decimal): -1187042 or 2024429. OLE color: 2024429.

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

Color convert

RGB23722730-
CMYK00.040.870.07
HSL57.1º85.19%52.35%-
HSV(B)57.1º87.34%92.94%-
XYZ62.6373.0412.02-
YUV207.5327.81149.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 30 (12.11% from 255) = 6.07%
R=47.98%
G=45.95%
B=6.07%

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
Decimal2372273000.040.870.0757.185.1952.35
HexEDE31E04577395534
Octal355343360412777112564
Binary111011011110001111110010010101111111110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE31E; }

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

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

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

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

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

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

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

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