Shades of Crusta #ED824D
Tints of Crusta #ED824D
RGB
CMYK
RGB Variations
Color information
#ED824D (or 0xED824D) is known color: Crusta. HEX triplet: ED, 82 and 4D. RGB value is (237,130,77). Sum of RGB (Red+Green+Blue) = 237+130+77=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED824D is #127DB2. Grayscale: #9C9C9C. Windows color (decimal): -1211827 or 5079789. OLE color: 5079789.
HSL color Cylindrical-coordinate representation of color #ED824D: hue angle of 19.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED824D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 77 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.07 |
| HSL | 19.88º | 0.82% | 0.62% | - |
| HSV(B) | 19.88º | 0.68% | 0.93% | - |
| XYZ | 44.25 | 34.51 | 11.35 | - |
| YUV | 155.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 77 | 0 | 0.45 | 0.68 | 0.07 | 19.88 | 0.82 | 0.62 |
| Hex | ED | 82 | 4D | 0 | 2D | 44 | 7 | 14 | 52 | 3E |
| Octal | 355 | 202 | 115 | 0 | 55 | 104 | 7 | 24 | 122 | 76 |
| Binary | 11101101 | 10000010 | 1001101 | 0 | 101101 | 1000100 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #ED824D
Complementary color
Monochromatic Colors of #ED824D
Black with #ED824D
Text Example
Text Example
White with #ED824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED824D; }
p { color: rgb(237,130,77); }
H1.HeaderClassName
{
color: #ED824D;
}
.AnyTagClassName
{
color: #ED824D;
}
</style>
background-color css
<style>
a { background-color: #ED824D; }
a { background-color: rgb(237,130,77); }
div.DivClassName
{
background-color: #ED824D;
}
.BgClassName
{
background-color: #ED824D;
}
</style>
border-color css
<style>
span { border-color: #ED824D; }
span { border-color: rgb(237,130,77); }
td.TdClassName
{
border-color: #ED824D;
}
.TagClassName
{
border-color: #ED824D;
}
</style>