Shades of Crusta #EC8C5F
Tints of Crusta #EC8C5F
RGB
CMYK
RGB Variations
Color information
#EC8C5F (or 0xEC8C5F) is known color: Crusta. HEX triplet: EC, 8C and 5F. RGB value is (236,140,95). Sum of RGB (Red+Green+Blue) = 236+140+95=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C5F is #1373A0. Grayscale: #A3A3A3. Windows color (decimal): -1274785 or 6261996. OLE color: 6261996.
HSL color Cylindrical-coordinate representation of color #EC8C5F: hue angle of 19.15º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC8C5F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 95 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.07 |
| HSL | 19.15º | 0.79% | 0.65% | - |
| HSV(B) | 19.15º | 0.6% | 0.93% | - |
| XYZ | 46.04 | 37.42 | 15.62 | - |
| YUV | 163.57 | 89.3 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 95 | 0 | 0.41 | 0.60 | 0.07 | 19.15 | 0.79 | 0.65 |
| Hex | EC | 8C | 5F | 0 | 29 | 3C | 7 | 13 | 4F | 41 |
| Octal | 354 | 214 | 137 | 0 | 51 | 74 | 7 | 23 | 117 | 101 |
| Binary | 11101100 | 10001100 | 1011111 | 0 | 101001 | 111100 | 111 | 10011 | 1001111 | 1000001 |
Color Harmonies of #EC8C5F
Complementary color
Monochromatic Colors of #EC8C5F
Black with #EC8C5F
Text Example
Text Example
White with #EC8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C5F; }
p { color: rgb(236,140,95); }
H1.HeaderClassName
{
color: #EC8C5F;
}
.AnyTagClassName
{
color: #EC8C5F;
}
</style>
background-color css
<style>
a { background-color: #EC8C5F; }
a { background-color: rgb(236,140,95); }
div.DivClassName
{
background-color: #EC8C5F;
}
.BgClassName
{
background-color: #EC8C5F;
}
</style>
border-color css
<style>
span { border-color: #EC8C5F; }
span { border-color: rgb(236,140,95); }
td.TdClassName
{
border-color: #EC8C5F;
}
.TagClassName
{
border-color: #EC8C5F;
}
</style>