#ECD535

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

Shades of Golden Fizz #ECD535

Tints of Golden Fizz #ECD535

Color information

#ECD535 (or 0xECD535) is unknown color: approx Golden Fizz. HEX triplet: EC, D5 and 35. RGB value is (236,213,53). Sum of RGB (Red+Green+Blue) = 236+213+53=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD535 is #132ACA. Grayscale: #CACACA. Windows color (decimal): -1256139 or 3528172. OLE color: 3528172.

HSL color Cylindrical-coordinate representation of color #ECD535: hue angle of 52.46º degrees, saturation: 0.83, 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 #ECD535 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB23621353-
CMYK00.100.780.07
HSL52.46º82.81%56.67%-
HSV(B)52.46º77.54%92.55%-
XYZ59.0365.6812.93-
YUV201.6444.12152.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.01%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 53 (21.09% from 255) = 10.56%
R=47.01%
G=42.43%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362135300.100.780.0752.4682.8156.67
HexECD5350A4E7345339
Octal3543256501211676412371
Binary11101100110101011101010101010011101111101001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD535; }

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

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

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

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

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

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

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

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