#ECD539

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

Shades of Golden Fizz #ECD539

Tints of Golden Fizz #ECD539

Color information

#ECD539 (or 0xECD539) is unknown color: approx Golden Fizz. HEX triplet: EC, D5 and 39. RGB value is (236,213,57). Sum of RGB (Red+Green+Blue) = 236+213+57=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 57 (22.66% from 255 or 11.26% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD539 is #132AC6. Grayscale: #CACACA. Windows color (decimal): -1256135 or 3790316. OLE color: 3790316.

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

Color convert

RGB23621357-
CMYK00.100.760.07
HSL52.29º82.49%57.45%-
HSV(B)52.29º75.85%92.55%-
XYZ59.1265.7213.44-
YUV202.0946.12152.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 213 (83.59% from 255) = 42.09%
BLUE value IS 57 (22.66% from 255) = 11.26%
R=46.64%
G=42.09%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362135700.100.760.0752.2982.4957.45
HexECD5390A4C7345239
Octal3543257101211476412271
Binary11101100110101011110010101010011001111101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD539; }

 p { color: rgb(236,213,57); }

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

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

 a { background-color: rgb(236,213,57); }

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

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

 span { border-color: rgb(236,213,57); }

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