#ECE160

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

Shades of Manz #ECE160

Tints of Manz #ECE160

Color information

#ECE160 (or 0xECE160) is unknown color: approx Manz. HEX triplet: EC, E1 and 60. RGB value is (236,225,96). Sum of RGB (Red+Green+Blue) = 236+225+96=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE160 is #131E9F. Grayscale: #D6D6D6. Windows color (decimal): -1253024 or 6349292. OLE color: 6349292.

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

Color convert

RGB23622596-
CMYK00.050.590.07
HSL55.29º78.65%65.1%-
HSV(B)55.29º59.32%92.55%-
XYZ63.6372.5321.71-
YUV213.5861.64143.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 225 (88.28% from 255) = 40.39%
BLUE value IS 96 (37.89% from 255) = 17.24%
R=42.37%
G=40.39%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362259600.050.590.0755.2978.6565.1
HexECE160053B7374f41
Octal3543411400573767117101
Binary11101100111000011100000010111101111111011110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE160; }

 p { color: rgb(236,225,96); }

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

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

 a { background-color: rgb(236,225,96); }

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

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

 span { border-color: rgb(236,225,96); }

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