Shades of Crusta #EC8D5B
Tints of Crusta #EC8D5B
RGB
CMYK
RGB Variations
Color information
#EC8D5B (or 0xEC8D5B) is known color: Crusta. HEX triplet: EC, 8D and 5B. RGB value is (236,141,91). Sum of RGB (Red+Green+Blue) = 236+141+91=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D5B is #1372A4. Grayscale: #A4A4A4. Windows color (decimal): -1274533 or 6000108. OLE color: 6000108.
HSL color Cylindrical-coordinate representation of color #EC8D5B: hue angle of 20.69º 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 #EC8D5B is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 91 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.07 |
| HSL | 20.69º | 0.79% | 0.64% | - |
| HSV(B) | 20.69º | 0.61% | 0.93% | - |
| XYZ | 46.01 | 37.64 | 14.74 | - |
| YUV | 163.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 91 | 0 | 0.40 | 0.61 | 0.07 | 20.69 | 0.79 | 0.64 |
| Hex | EC | 8D | 5B | 0 | 28 | 3D | 7 | 15 | 4F | 40 |
| Octal | 354 | 215 | 133 | 0 | 50 | 75 | 7 | 25 | 117 | 100 |
| Binary | 11101100 | 10001101 | 1011011 | 0 | 101000 | 111101 | 111 | 10101 | 1001111 | 1000000 |
Color Harmonies of #EC8D5B
Complementary color
Monochromatic Colors of #EC8D5B
Black with #EC8D5B
Text Example
Text Example
White with #EC8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D5B; }
p { color: rgb(236,141,91); }
H1.HeaderClassName
{
color: #EC8D5B;
}
.AnyTagClassName
{
color: #EC8D5B;
}
</style>
background-color css
<style>
a { background-color: #EC8D5B; }
a { background-color: rgb(236,141,91); }
div.DivClassName
{
background-color: #EC8D5B;
}
.BgClassName
{
background-color: #EC8D5B;
}
</style>
border-color css
<style>
span { border-color: #EC8D5B; }
span { border-color: rgb(236,141,91); }
td.TdClassName
{
border-color: #EC8D5B;
}
.TagClassName
{
border-color: #EC8D5B;
}
</style>