Shades of Crusta #EC8F5B
Tints of Crusta #EC8F5B
RGB
CMYK
RGB Variations
Color information
#EC8F5B (or 0xEC8F5B) is known color: Crusta. HEX triplet: EC, 8F and 5B. RGB value is (236,143,91). Sum of RGB (Red+Green+Blue) = 236+143+91=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F5B is #1370A4. Grayscale: #A5A5A5. Windows color (decimal): -1274021 or 6000620. OLE color: 6000620.
HSL color Cylindrical-coordinate representation of color #EC8F5B: hue angle of 21.52º 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 #EC8F5B is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 91 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.52º | 0.79% | 0.64% | - |
| HSV(B) | 21.52º | 0.61% | 0.93% | - |
| XYZ | 46.3 | 38.23 | 14.84 | - |
| YUV | 164.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 91 | 0 | 0.39 | 0.61 | 0.07 | 21.52 | 0.79 | 0.64 |
| Hex | EC | 8F | 5B | 0 | 27 | 3D | 7 | 16 | 4F | 40 |
| Octal | 354 | 217 | 133 | 0 | 47 | 75 | 7 | 26 | 117 | 100 |
| Binary | 11101100 | 10001111 | 1011011 | 0 | 100111 | 111101 | 111 | 10110 | 1001111 | 1000000 |
Color Harmonies of #EC8F5B
Complementary color
Monochromatic Colors of #EC8F5B
Black with #EC8F5B
Text Example
Text Example
White with #EC8F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F5B; }
p { color: rgb(236,143,91); }
H1.HeaderClassName
{
color: #EC8F5B;
}
.AnyTagClassName
{
color: #EC8F5B;
}
</style>
background-color css
<style>
a { background-color: #EC8F5B; }
a { background-color: rgb(236,143,91); }
div.DivClassName
{
background-color: #EC8F5B;
}
.BgClassName
{
background-color: #EC8F5B;
}
</style>
border-color css
<style>
span { border-color: #EC8F5B; }
span { border-color: rgb(236,143,91); }
td.TdClassName
{
border-color: #EC8F5B;
}
.TagClassName
{
border-color: #EC8F5B;
}
</style>