Shades of Crusta #EC8B50
Tints of Crusta #EC8B50
RGB
CMYK
RGB Variations
Color information
#EC8B50 (or 0xEC8B50) is known color: Crusta. HEX triplet: EC, 8B and 50. RGB value is (236,139,80). Sum of RGB (Red+Green+Blue) = 236+139+80=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B50 is #1374AF. Grayscale: #A1A1A1. Windows color (decimal): -1275056 or 5278700. OLE color: 5278700.
HSL color Cylindrical-coordinate representation of color #EC8B50: hue angle of 22.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC8B50 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 80 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.07 |
| HSL | 22.69º | 0.8% | 0.62% | - |
| HSV(B) | 22.69º | 0.66% | 0.93% | - |
| XYZ | 45.27 | 36.88 | 12.32 | - |
| YUV | 161.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 80 | 0 | 0.41 | 0.66 | 0.07 | 22.69 | 0.8 | 0.62 |
| Hex | EC | 8B | 50 | 0 | 29 | 42 | 7 | 17 | 50 | 3E |
| Octal | 354 | 213 | 120 | 0 | 51 | 102 | 7 | 27 | 120 | 76 |
| Binary | 11101100 | 10001011 | 1010000 | 0 | 101001 | 1000010 | 111 | 10111 | 1010000 | 111110 |
Color Harmonies of #EC8B50
Complementary color
Monochromatic Colors of #EC8B50
Black with #EC8B50
Text Example
Text Example
White with #EC8B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B50; }
p { color: rgb(236,139,80); }
H1.HeaderClassName
{
color: #EC8B50;
}
.AnyTagClassName
{
color: #EC8B50;
}
</style>
background-color css
<style>
a { background-color: #EC8B50; }
a { background-color: rgb(236,139,80); }
div.DivClassName
{
background-color: #EC8B50;
}
.BgClassName
{
background-color: #EC8B50;
}
</style>
border-color css
<style>
span { border-color: #EC8B50; }
span { border-color: rgb(236,139,80); }
td.TdClassName
{
border-color: #EC8B50;
}
.TagClassName
{
border-color: #EC8B50;
}
</style>