#ECDC5D

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

Shades of Manz #ECDC5D

Tints of Manz #ECDC5D

Color information

#ECDC5D (or 0xECDC5D) is unknown color: approx Manz. HEX triplet: EC, DC and 5D. RGB value is (236,220,93). Sum of RGB (Red+Green+Blue) = 236+220+93=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5D is #1323A2. Grayscale: #D2D2D2. Windows color (decimal): -1254307 or 6151404. OLE color: 6151404.

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

Color convert

RGB23622093-
CMYK00.070.610.07
HSL53.29º79.01%64.51%-
HSV(B)53.29º60.59%92.55%-
XYZ62.1669.8120.55-
YUV210.3161.8146.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 93 (36.72% from 255) = 16.94%
R=42.99%
G=40.07%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362209300.070.610.0753.2979.0164.51
HexECDC5D073D7354f41
Octal3543341350775765117101
Binary11101100110111001011101011111110111111010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC5D; }

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

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

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

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

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

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

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

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