Shades of Crusta #EC8B59
Tints of Crusta #EC8B59
RGB
CMYK
RGB Variations
Color information
#EC8B59 (or 0xEC8B59) is known color: Crusta. HEX triplet: EC, 8B and 59. RGB value is (236,139,89). Sum of RGB (Red+Green+Blue) = 236+139+89=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B59 is #1374A6. Grayscale: #A2A2A2. Windows color (decimal): -1275047 or 5868524. OLE color: 5868524.
HSL color Cylindrical-coordinate representation of color #EC8B59: hue angle of 20.41º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC8B59 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 89 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.07 |
| HSL | 20.41º | 0.79% | 0.64% | - |
| HSV(B) | 20.41º | 0.62% | 0.93% | - |
| XYZ | 45.63 | 37.02 | 14.19 | - |
| YUV | 162.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 89 | 0 | 0.41 | 0.62 | 0.07 | 20.41 | 0.79 | 0.64 |
| Hex | EC | 8B | 59 | 0 | 29 | 3E | 7 | 14 | 4F | 40 |
| Octal | 354 | 213 | 131 | 0 | 51 | 76 | 7 | 24 | 117 | 100 |
| Binary | 11101100 | 10001011 | 1011001 | 0 | 101001 | 111110 | 111 | 10100 | 1001111 | 1000000 |
Color Harmonies of #EC8B59
Complementary color
Monochromatic Colors of #EC8B59
Black with #EC8B59
Text Example
Text Example
White with #EC8B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B59; }
p { color: rgb(236,139,89); }
H1.HeaderClassName
{
color: #EC8B59;
}
.AnyTagClassName
{
color: #EC8B59;
}
</style>
background-color css
<style>
a { background-color: #EC8B59; }
a { background-color: rgb(236,139,89); }
div.DivClassName
{
background-color: #EC8B59;
}
.BgClassName
{
background-color: #EC8B59;
}
</style>
border-color css
<style>
span { border-color: #EC8B59; }
span { border-color: rgb(236,139,89); }
td.TdClassName
{
border-color: #EC8B59;
}
.TagClassName
{
border-color: #EC8B59;
}
</style>