#EC8A5D

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

Shades of Crusta #EC8A5D

Tints of Crusta #EC8A5D

Color information

#EC8A5D (or 0xEC8A5D) is unknown color: approx Crusta. HEX triplet: EC, 8A and 5D. RGB value is (236,138,93). Sum of RGB (Red+Green+Blue) = 236+138+93=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A5D is #1375A2. Grayscale: #A2A2A2. Windows color (decimal): -1275299 or 6130412. OLE color: 6130412.

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

Color convert

RGB23613893-
CMYK00.420.610.07
HSL18.88º79.01%64.51%-
HSV(B)18.88º60.59%92.55%-
XYZ45.6636.815.05-
YUV162.1788.97180.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.54%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=50.54%
G=29.55%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361389300.420.610.0718.8879.0164.51
HexEC8A5D02A3D7134f41
Octal35421213505275723117101
Binary1110110010001010101110101010101111011111001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8A5D; }

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

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

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

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

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

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

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

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