#ECE755

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

Shades of Manz #ECE755

Tints of Manz #ECE755

Color information

#ECE755 (or 0xECE755) is unknown color: approx Manz. HEX triplet: EC, E7 and 55. RGB value is (236,231,85). Sum of RGB (Red+Green+Blue) = 236+231+85=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE755 is #1318AA. Grayscale: #D8D8D8. Windows color (decimal): -1251499 or 5629932. OLE color: 5629932.

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

Color convert

RGB23623185-
CMYK00.020.640.07
HSL58.01º79.89%62.94%-
HSV(B)58.01º63.98%92.55%-
XYZ64.8175.6419.78-
YUV215.8554.16142.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 231 (90.62% from 255) = 41.85%
BLUE value IS 85 (33.59% from 255) = 15.40%
R=42.75%
G=41.85%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362318500.020.640.0758.0179.8962.94
HexECE755024073a503f
Octal3543471250210077212077
Binary1110110011100111101010101010000001111110101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE755; }

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

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

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

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

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

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

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

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