#ECDC5A

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

Shades of Manz #ECDC5A

Tints of Manz #ECDC5A

Color information

#ECDC5A (or 0xECDC5A) is unknown color: approx Manz. HEX triplet: EC, DC and 5A. RGB value is (236,220,90). Sum of RGB (Red+Green+Blue) = 236+220+90=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5A is #1323A5. Grayscale: #D2D2D2. Windows color (decimal): -1254310 or 5954796. OLE color: 5954796.

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

Color convert

RGB23622090-
CMYK00.070.620.07
HSL53.42º79.35%63.92%-
HSV(B)53.42º61.86%92.55%-
XYZ62.0369.7619.87-
YUV209.9660.3146.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 90 (35.55% from 255) = 16.48%
R=43.22%
G=40.29%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362209000.070.620.0753.4279.3563.92
HexECDC5A073E7354f40
Octal3543341320776765117100
Binary11101100110111001011010011111111011111010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDC5A; }

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

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

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

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

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

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

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

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