#EC8D60

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

Shades of Crusta #EC8D60

Tints of Crusta #EC8D60

Color information

#EC8D60 (or 0xEC8D60) is unknown color: approx Crusta. HEX triplet: EC, 8D and 60. RGB value is (236,141,96). Sum of RGB (Red+Green+Blue) = 236+141+96=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D60 is #13729F. Grayscale: #A4A4A4. Windows color (decimal): -1274528 or 6327788. OLE color: 6327788.

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

Color convert

RGB23614196-
CMYK00.400.590.07
HSL19.29º78.65%65.1%-
HSV(B)19.29º59.32%92.55%-
XYZ46.2337.7315.91-
YUV164.2789.47179.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=49.89%
G=29.81%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361419600.400.590.0719.2978.6565.1
HexEC8D600283B7134f41
Octal35421514005073723117101
Binary1110110010001101110000001010001110111111001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D60; }

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

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

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

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

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

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

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

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