#EC845D

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

Shades of Crusta #EC845D

Tints of Crusta #EC845D

Color information

#EC845D (or 0xEC845D) is unknown color: approx Crusta. HEX triplet: EC, 84 and 5D. RGB value is (236,132,93). Sum of RGB (Red+Green+Blue) = 236+132+93=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC845D is #137BA2. Grayscale: #9E9E9E. Windows color (decimal): -1276835 or 6128876. OLE color: 6128876.

HSL color Cylindrical-coordinate representation of color #EC845D: hue angle of 16.36º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC845D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23613293-
CMYK00.440.610.07
HSL16.36º79.01%64.51%-
HSV(B)16.36º60.59%92.55%-
XYZ44.8235.1314.77-
YUV158.6590.96183.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=51.19%
G=28.63%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361329300.440.610.0716.3679.0164.51
HexEC845D02C3D7104f41
Octal35420413505475720117101
Binary1110110010000100101110101011001111011111000010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC845D; }

 p { color: rgb(236,132,93); }

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

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

 a { background-color: rgb(236,132,93); }

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

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

 span { border-color: rgb(236,132,93); }

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