#ECE055

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

Shades of Manz #ECE055

Tints of Manz #ECE055

Color information

#ECE055 (or 0xECE055) is unknown color: approx Manz. HEX triplet: EC, E0 and 55. RGB value is (236,224,85). Sum of RGB (Red+Green+Blue) = 236+224+85=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE055 is #131FAA. Grayscale: #D4D4D4. Windows color (decimal): -1253291 or 5628140. OLE color: 5628140.

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

Color convert

RGB23622485-
CMYK00.050.640.07
HSL55.23º79.89%62.94%-
HSV(B)55.23º63.98%92.55%-
XYZ62.8971.819.14-
YUV211.7456.48145.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 85 (33.59% from 255) = 15.60%
R=43.30%
G=41.10%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362248500.050.640.0755.2379.8962.94
HexECE0550540737503f
Octal3543401250510076712077
Binary11101100111000001010101010110000001111101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE055; }

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

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

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

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

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

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

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

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