Shades of Crusta #EC874F
Tints of Crusta #EC874F
RGB
CMYK
RGB Variations
Color information
#EC874F (or 0xEC874F) is known color: Crusta. HEX triplet: EC, 87 and 4F. RGB value is (236,135,79). Sum of RGB (Red+Green+Blue) = 236+135+79=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC874F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC874F is #1378B0. Grayscale: #9F9F9F. Windows color (decimal): -1276081 or 5212140. OLE color: 5212140.
HSL color Cylindrical-coordinate representation of color #EC874F: hue angle of 21.4º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC874F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 79 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.07 |
| HSL | 21.4º | 0.81% | 0.62% | - |
| HSV(B) | 21.4º | 0.67% | 0.93% | - |
| XYZ | 44.67 | 35.73 | 11.94 | - |
| YUV | 158.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 79 | 0 | 0.43 | 0.67 | 0.07 | 21.4 | 0.81 | 0.62 |
| Hex | EC | 87 | 4F | 0 | 2B | 43 | 7 | 15 | 51 | 3E |
| Octal | 354 | 207 | 117 | 0 | 53 | 103 | 7 | 25 | 121 | 76 |
| Binary | 11101100 | 10000111 | 1001111 | 0 | 101011 | 1000011 | 111 | 10101 | 1010001 | 111110 |
Color Harmonies of #EC874F
Complementary color
Monochromatic Colors of #EC874F
Black with #EC874F
Text Example
Text Example
White with #EC874F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC874F; }
p { color: rgb(236,135,79); }
H1.HeaderClassName
{
color: #EC874F;
}
.AnyTagClassName
{
color: #EC874F;
}
</style>
background-color css
<style>
a { background-color: #EC874F; }
a { background-color: rgb(236,135,79); }
div.DivClassName
{
background-color: #EC874F;
}
.BgClassName
{
background-color: #EC874F;
}
</style>
border-color css
<style>
span { border-color: #EC874F; }
span { border-color: rgb(236,135,79); }
td.TdClassName
{
border-color: #EC874F;
}
.TagClassName
{
border-color: #EC874F;
}
</style>