Shades of Crusta #EC804F
Tints of Crusta #EC804F
RGB
CMYK
RGB Variations
Color information
#EC804F (or 0xEC804F) is known color: Crusta. HEX triplet: EC, 80 and 4F. RGB value is (236,128,79). Sum of RGB (Red+Green+Blue) = 236+128+79=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC804F is #137FB0. Grayscale: #9B9B9B. Windows color (decimal): -1277873 or 5210348. OLE color: 5210348.
HSL color Cylindrical-coordinate representation of color #EC804F: hue angle of 18.73º 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 #EC804F is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 79 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.07 |
| HSL | 18.73º | 0.81% | 0.62% | - |
| HSV(B) | 18.73º | 0.67% | 0.93% | - |
| XYZ | 43.72 | 33.84 | 11.62 | - |
| YUV | 154.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 79 | 0 | 0.46 | 0.67 | 0.07 | 18.73 | 0.81 | 0.62 |
| Hex | EC | 80 | 4F | 0 | 2E | 43 | 7 | 13 | 51 | 3E |
| Octal | 354 | 200 | 117 | 0 | 56 | 103 | 7 | 23 | 121 | 76 |
| Binary | 11101100 | 10000000 | 1001111 | 0 | 101110 | 1000011 | 111 | 10011 | 1010001 | 111110 |
Color Harmonies of #EC804F
Complementary color
Monochromatic Colors of #EC804F
Black with #EC804F
Text Example
Text Example
White with #EC804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC804F; }
p { color: rgb(236,128,79); }
H1.HeaderClassName
{
color: #EC804F;
}
.AnyTagClassName
{
color: #EC804F;
}
</style>
background-color css
<style>
a { background-color: #EC804F; }
a { background-color: rgb(236,128,79); }
div.DivClassName
{
background-color: #EC804F;
}
.BgClassName
{
background-color: #EC804F;
}
</style>
border-color css
<style>
span { border-color: #EC804F; }
span { border-color: rgb(236,128,79); }
td.TdClassName
{
border-color: #EC804F;
}
.TagClassName
{
border-color: #EC804F;
}
</style>