#ECDD53

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

Shades of Manz #ECDD53

Tints of Manz #ECDD53

Color information

#ECDD53 (or 0xECDD53) is unknown color: approx Manz. HEX triplet: EC, DD and 53. RGB value is (236,221,83). Sum of RGB (Red+Green+Blue) = 236+221+83=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD53 is #1322AC. Grayscale: #D2D2D2. Windows color (decimal): -1254061 or 5496300. OLE color: 5496300.

HSL color Cylindrical-coordinate representation of color #ECDD53: hue angle of 54.12º 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 #ECDD53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23622183-
CMYK00.060.650.07
HSL54.12º80.1%62.55%-
HSV(B)54.12º64.83%92.55%-
XYZ62.0170.1718.46-
YUV209.7556.47146.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 83 (32.81% from 255) = 15.37%
R=43.70%
G=40.93%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362218300.060.650.0754.1280.162.55
HexECDD530641736503f
Octal3543351230610176612077
Binary11101100110111011010011011010000011111101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDD53; }

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

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

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

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

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

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

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

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