#EC9160

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

Shades of Crusta #EC9160

Tints of Crusta #EC9160

Color information

#EC9160 (or 0xEC9160) is unknown color: approx Crusta. HEX triplet: EC, 91 and 60. RGB value is (236,145,96). Sum of RGB (Red+Green+Blue) = 236+145+96=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9160 is #136E9F. Grayscale: #A6A6A6. Windows color (decimal): -1273504 or 6328812. OLE color: 6328812.

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

Color convert

RGB23614596-
CMYK00.390.590.07
HSL21º78.65%65.1%-
HSV(B)21º59.32%92.55%-
XYZ46.8338.9316.11-
YUV166.6288.15177.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=49.48%
G=30.40%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361459600.390.590.072178.6565.1
HexEC91600273B7154f41
Octal35422114004773725117101
Binary1110110010010001110000001001111110111111010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9160; }

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

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

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

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

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

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

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

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