#EDE035

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

Shades of Golden Fizz #EDE035

Tints of Golden Fizz #EDE035

Color information

#EDE035 (or 0xEDE035) is unknown color: approx Golden Fizz. HEX triplet: ED, E0 and 35. RGB value is (237,224,53). Sum of RGB (Red+Green+Blue) = 237+224+53=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 53 (21.09% from 255 or 10.31% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE035 is #121FCA. Grayscale: #D1D1D1. Windows color (decimal): -1187787 or 3530989. OLE color: 3530989.

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

Color convert

RGB23722453-
CMYK00.050.780.07
HSL55.76º83.64%56.86%-
HSV(B)55.76º77.64%92.94%-
XYZ62.2271.5713.9-
YUV208.3940.31148.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 224 (87.89% from 255) = 43.58%
BLUE value IS 53 (21.09% from 255) = 10.31%
R=46.11%
G=43.58%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372245300.050.780.0755.7683.6456.86
HexEDE035054E7385439
Octal355340650511677012471
Binary1110110111100000110101010110011101111110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE035; }

 p { color: rgb(237,224,53); }

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

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

 a { background-color: rgb(237,224,53); }

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

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

 span { border-color: rgb(237,224,53); }

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