#ECDC53

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

Shades of Manz #ECDC53

Tints of Manz #ECDC53

Color information

#ECDC53 (or 0xECDC53) is unknown color: approx Manz. HEX triplet: EC, DC and 53. RGB value is (236,220,83). Sum of RGB (Red+Green+Blue) = 236+220+83=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC53 is #1323AC. Grayscale: #D1D1D1. Windows color (decimal): -1254317 or 5496044. OLE color: 5496044.

HSL color Cylindrical-coordinate representation of color #ECDC53: hue angle of 53.73º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECDC53 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23622083-
CMYK00.070.650.07
HSL53.73º80.1%62.55%-
HSV(B)53.73º64.83%92.55%-
XYZ61.7569.6418.37-
YUV209.1756.8147.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.78%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 83 (32.81% from 255) = 15.40%
R=43.78%
G=40.82%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362208300.070.650.0753.7380.162.55
HexECDC530741736503f
Octal3543341230710176612077
Binary11101100110111001010011011110000011111101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC53; }

 p { color: rgb(236,220,83); }

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

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

 a { background-color: rgb(236,220,83); }

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

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

 span { border-color: rgb(236,220,83); }

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