Shades of Crusta #EC814F
Tints of Crusta #EC814F
RGB
CMYK
RGB Variations
Color information
#EC814F (or 0xEC814F) is known color: Crusta. HEX triplet: EC, 81 and 4F. RGB value is (236,129,79). Sum of RGB (Red+Green+Blue) = 236+129+79=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC814F is #137EB0. Grayscale: #9B9B9B. Windows color (decimal): -1277617 or 5210604. OLE color: 5210604.
HSL color Cylindrical-coordinate representation of color #EC814F: hue angle of 19.11º 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 #EC814F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 79 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 19.11º | 0.81% | 0.62% | - |
| HSV(B) | 19.11º | 0.67% | 0.93% | - |
| XYZ | 43.85 | 34.1 | 11.67 | - |
| YUV | 155.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 79 | 0 | 0.45 | 0.67 | 0.07 | 19.11 | 0.81 | 0.62 |
| Hex | EC | 81 | 4F | 0 | 2D | 43 | 7 | 13 | 51 | 3E |
| Octal | 354 | 201 | 117 | 0 | 55 | 103 | 7 | 23 | 121 | 76 |
| Binary | 11101100 | 10000001 | 1001111 | 0 | 101101 | 1000011 | 111 | 10011 | 1010001 | 111110 |
Color Harmonies of #EC814F
Complementary color
Monochromatic Colors of #EC814F
Black with #EC814F
Text Example
Text Example
White with #EC814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC814F; }
p { color: rgb(236,129,79); }
H1.HeaderClassName
{
color: #EC814F;
}
.AnyTagClassName
{
color: #EC814F;
}
</style>
background-color css
<style>
a { background-color: #EC814F; }
a { background-color: rgb(236,129,79); }
div.DivClassName
{
background-color: #EC814F;
}
.BgClassName
{
background-color: #EC814F;
}
</style>
border-color css
<style>
span { border-color: #EC814F; }
span { border-color: rgb(236,129,79); }
td.TdClassName
{
border-color: #EC814F;
}
.TagClassName
{
border-color: #EC814F;
}
</style>