#ECE955

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

Shades of Manz #ECE955

Tints of Manz #ECE955

Color information

#ECE955 (or 0xECE955) is unknown color: approx Manz. HEX triplet: EC, E9 and 55. RGB value is (236,233,85). Sum of RGB (Red+Green+Blue) = 236+233+85=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE955 is #1316AA. Grayscale: #D9D9D9. Windows color (decimal): -1250987 or 5630444. OLE color: 5630444.

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

Color convert

RGB23623385-
CMYK00.010.640.07
HSL58.81º79.89%62.94%-
HSV(B)58.81º63.98%92.55%-
XYZ65.3776.7719.97-
YUV217.0253.49141.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 85 (33.59% from 255) = 15.34%
R=42.60%
G=42.06%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362338500.010.640.0758.8179.8962.94
HexECE955014073b503f
Octal3543511250110077312077
Binary111011001110100110101010110000001111110111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE955; }

 p { color: rgb(236,233,85); }

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

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

 a { background-color: rgb(236,233,85); }

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

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

 span { border-color: rgb(236,233,85); }

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