#ECE150

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

Shades of Manz #ECE150

Tints of Manz #ECE150

Color information

#ECE150 (or 0xECE150) is unknown color: approx Manz. HEX triplet: EC, E1 and 50. RGB value is (236,225,80). Sum of RGB (Red+Green+Blue) = 236+225+80=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE150 is #131EAF. Grayscale: #D4D4D4. Windows color (decimal): -1253040 or 5300716. OLE color: 5300716.

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

Color convert

RGB23622580-
CMYK00.050.660.07
HSL55.77º80.41%61.96%-
HSV(B)55.77º66.1%92.55%-
XYZ62.9772.2618.22-
YUV211.7653.64145.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 80 (31.64% from 255) = 14.79%
R=43.62%
G=41.59%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362258000.050.660.0755.7780.4161.96
HexECE1500542738503e
Octal3543411200510277012076
Binary11101100111000011010000010110000101111110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE150; }

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

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

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

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

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

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

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

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