Shades of Crusta #EC824E
Tints of Crusta #EC824E
RGB
CMYK
RGB Variations
Color information
#EC824E (or 0xEC824E) is known color: Crusta. HEX triplet: EC, 82 and 4E. RGB value is (236,130,78). Sum of RGB (Red+Green+Blue) = 236+130+78=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC824E is #137DB1. Grayscale: #9C9C9C. Windows color (decimal): -1277362 or 5145324. OLE color: 5145324.
HSL color Cylindrical-coordinate representation of color #EC824E: hue angle of 19.75º 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 #EC824E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 78 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 19.75º | 0.81% | 0.62% | - |
| HSV(B) | 19.75º | 0.67% | 0.93% | - |
| XYZ | 43.95 | 34.35 | 11.52 | - |
| YUV | 155.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 78 | 0 | 0.45 | 0.67 | 0.07 | 19.75 | 0.81 | 0.62 |
| Hex | EC | 82 | 4E | 0 | 2D | 43 | 7 | 14 | 51 | 3E |
| Octal | 354 | 202 | 116 | 0 | 55 | 103 | 7 | 24 | 121 | 76 |
| Binary | 11101100 | 10000010 | 1001110 | 0 | 101101 | 1000011 | 111 | 10100 | 1010001 | 111110 |
Color Harmonies of #EC824E
Complementary color
Monochromatic Colors of #EC824E
Black with #EC824E
Text Example
Text Example
White with #EC824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC824E; }
p { color: rgb(236,130,78); }
H1.HeaderClassName
{
color: #EC824E;
}
.AnyTagClassName
{
color: #EC824E;
}
</style>
background-color css
<style>
a { background-color: #EC824E; }
a { background-color: rgb(236,130,78); }
div.DivClassName
{
background-color: #EC824E;
}
.BgClassName
{
background-color: #EC824E;
}
</style>
border-color css
<style>
span { border-color: #EC824E; }
span { border-color: rgb(236,130,78); }
td.TdClassName
{
border-color: #EC824E;
}
.TagClassName
{
border-color: #EC824E;
}
</style>