Shades of Crusta #EC8B5B
Tints of Crusta #EC8B5B
RGB
CMYK
RGB Variations
Color information
#EC8B5B (or 0xEC8B5B) is known color: Crusta. HEX triplet: EC, 8B and 5B. RGB value is (236,139,91). Sum of RGB (Red+Green+Blue) = 236+139+91=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B5B is #1374A4. Grayscale: #A2A2A2. Windows color (decimal): -1275045 or 5999596. OLE color: 5999596.
HSL color Cylindrical-coordinate representation of color #EC8B5B: hue angle of 19.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC8B5B is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 91 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.07 |
| HSL | 19.86º | 0.79% | 0.64% | - |
| HSV(B) | 19.86º | 0.61% | 0.93% | - |
| XYZ | 45.71 | 37.05 | 14.64 | - |
| YUV | 162.53 | 87.64 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 91 | 0 | 0.41 | 0.61 | 0.07 | 19.86 | 0.79 | 0.64 |
| Hex | EC | 8B | 5B | 0 | 29 | 3D | 7 | 14 | 4F | 40 |
| Octal | 354 | 213 | 133 | 0 | 51 | 75 | 7 | 24 | 117 | 100 |
| Binary | 11101100 | 10001011 | 1011011 | 0 | 101001 | 111101 | 111 | 10100 | 1001111 | 1000000 |
Color Harmonies of #EC8B5B
Complementary color
Monochromatic Colors of #EC8B5B
Black with #EC8B5B
Text Example
Text Example
White with #EC8B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B5B; }
p { color: rgb(236,139,91); }
H1.HeaderClassName
{
color: #EC8B5B;
}
.AnyTagClassName
{
color: #EC8B5B;
}
</style>
background-color css
<style>
a { background-color: #EC8B5B; }
a { background-color: rgb(236,139,91); }
div.DivClassName
{
background-color: #EC8B5B;
}
.BgClassName
{
background-color: #EC8B5B;
}
</style>
border-color css
<style>
span { border-color: #EC8B5B; }
span { border-color: rgb(236,139,91); }
td.TdClassName
{
border-color: #EC8B5B;
}
.TagClassName
{
border-color: #EC8B5B;
}
</style>