#EDE31D

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

Shades of Golden Fizz #EDE31D

Tints of Golden Fizz #EDE31D

Color information

#EDE31D (or 0xEDE31D) is unknown color: approx Golden Fizz. HEX triplet: ED, E3 and 1D. RGB value is (237,227,29). Sum of RGB (Red+Green+Blue) = 237+227+29=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE31D is #121CE2. Grayscale: #D0D0D0. Windows color (decimal): -1187043 or 1958893. OLE color: 1958893.

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

Color convert

RGB23722729-
CMYK00.040.880.07
HSL57.12º85.25%52.16%-
HSV(B)57.12º87.76%92.94%-
XYZ62.6273.0311.96-
YUV207.4227.31149.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 227 (89.06% from 255) = 46.04%
BLUE value IS 29 (11.72% from 255) = 5.88%
R=48.07%
G=46.04%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372272900.040.880.0757.1285.2552.16
HexEDE31D04587395534
Octal355343350413077112564
Binary111011011110001111101010010110001111110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE31D; }

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

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

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

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

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

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

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

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