Shades of Crusta #EC8A63
Tints of Crusta #EC8A63
RGB
CMYK
RGB Variations
Color information
#EC8A63 (or 0xEC8A63) is known color: Crusta. HEX triplet: EC, 8A and 63. RGB value is (236,138,99). Sum of RGB (Red+Green+Blue) = 236+138+99=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8A63 is #13759C. Grayscale: #A3A3A3. Windows color (decimal): -1275293 or 6523628. OLE color: 6523628.
HSL color Cylindrical-coordinate representation of color #EC8A63: hue angle of 17.08º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC8A63 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 99 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.07 |
| HSL | 17.08º | 0.78% | 0.66% | - |
| HSV(B) | 17.08º | 0.58% | 0.93% | - |
| XYZ | 45.93 | 36.91 | 16.51 | - |
| YUV | 162.86 | 91.97 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 99 | 0 | 0.42 | 0.58 | 0.07 | 17.08 | 0.78 | 0.66 |
| Hex | EC | 8A | 63 | 0 | 2A | 3A | 7 | 11 | 4E | 42 |
| Octal | 354 | 212 | 143 | 0 | 52 | 72 | 7 | 21 | 116 | 102 |
| Binary | 11101100 | 10001010 | 1100011 | 0 | 101010 | 111010 | 111 | 10001 | 1001110 | 1000010 |
Color Harmonies of #EC8A63
Complementary color
Monochromatic Colors of #EC8A63
Black with #EC8A63
Text Example
Text Example
White with #EC8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A63; }
p { color: rgb(236,138,99); }
H1.HeaderClassName
{
color: #EC8A63;
}
.AnyTagClassName
{
color: #EC8A63;
}
</style>
background-color css
<style>
a { background-color: #EC8A63; }
a { background-color: rgb(236,138,99); }
div.DivClassName
{
background-color: #EC8A63;
}
.BgClassName
{
background-color: #EC8A63;
}
</style>
border-color css
<style>
span { border-color: #EC8A63; }
span { border-color: rgb(236,138,99); }
td.TdClassName
{
border-color: #EC8A63;
}
.TagClassName
{
border-color: #EC8A63;
}
</style>