#ECDC52

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

Shades of Manz #ECDC52

Tints of Manz #ECDC52

Color information

#ECDC52 (or 0xECDC52) is unknown color: approx Manz. HEX triplet: EC, DC and 52. RGB value is (236,220,82). Sum of RGB (Red+Green+Blue) = 236+220+82=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC52 is #1323AD. Grayscale: #D1D1D1. Windows color (decimal): -1254318 or 5430508. OLE color: 5430508.

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

Color convert

RGB23622082-
CMYK00.070.650.07
HSL53.77º80.21%62.35%-
HSV(B)53.77º65.25%92.55%-
XYZ61.7169.6318.17-
YUV209.0556.3147.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 82 (32.42% from 255) = 15.24%
R=43.87%
G=40.89%
B=15.24%

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
Decimal2362208200.070.650.0753.7780.2162.35
HexECDC520741736503e
Octal3543341220710176612076
Binary11101100110111001010010011110000011111101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC52; }

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

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

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

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

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

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

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

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