Shades of Crusta #EF824D
Tints of Crusta #EF824D
RGB
CMYK
RGB Variations
Color information
#EF824D (or 0xEF824D) is known color: Crusta. HEX triplet: EF, 82 and 4D. RGB value is (239,130,77). Sum of RGB (Red+Green+Blue) = 239+130+77=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF824D is #107DB2. Grayscale: #9C9C9C. Windows color (decimal): -1080755 or 5079791. OLE color: 5079791.
HSL color Cylindrical-coordinate representation of color #EF824D: hue angle of 19.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF824D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.06 |
| HSL | 19.63º | 0.84% | 0.62% | - |
| HSV(B) | 19.63º | 0.68% | 0.94% | - |
| XYZ | 44.92 | 34.85 | 11.38 | - |
| YUV | 156.55 | 83.11 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 77 | 0 | 0.46 | 0.68 | 0.06 | 19.63 | 0.84 | 0.62 |
| Hex | EF | 82 | 4D | 0 | 2E | 44 | 6 | 14 | 54 | 3E |
| Octal | 357 | 202 | 115 | 0 | 56 | 104 | 6 | 24 | 124 | 76 |
| Binary | 11101111 | 10000010 | 1001101 | 0 | 101110 | 1000100 | 110 | 10100 | 1010100 | 111110 |
Color Harmonies of #EF824D
Complementary color
Monochromatic Colors of #EF824D
Black with #EF824D
Text Example
Text Example
White with #EF824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF824D; }
p { color: rgb(239,130,77); }
H1.HeaderClassName
{
color: #EF824D;
}
.AnyTagClassName
{
color: #EF824D;
}
</style>
background-color css
<style>
a { background-color: #EF824D; }
a { background-color: rgb(239,130,77); }
div.DivClassName
{
background-color: #EF824D;
}
.BgClassName
{
background-color: #EF824D;
}
</style>
border-color css
<style>
span { border-color: #EF824D; }
span { border-color: rgb(239,130,77); }
td.TdClassName
{
border-color: #EF824D;
}
.TagClassName
{
border-color: #EF824D;
}
</style>