Shades of Crusta #EF844D
Tints of Crusta #EF844D
RGB
CMYK
RGB Variations
Color information
#EF844D (or 0xEF844D) is known color: Crusta. HEX triplet: EF, 84 and 4D. RGB value is (239,132,77). Sum of RGB (Red+Green+Blue) = 239+132+77=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF844D is #107BB2. Grayscale: #9E9E9E. Windows color (decimal): -1080243 or 5080303. OLE color: 5080303.
HSL color Cylindrical-coordinate representation of color #EF844D: hue angle of 20.37º 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 #EF844D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 77 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.06 |
| HSL | 20.37º | 0.84% | 0.62% | - |
| HSV(B) | 20.37º | 0.68% | 0.94% | - |
| XYZ | 45.19 | 35.39 | 11.47 | - |
| YUV | 157.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 77 | 0 | 0.45 | 0.68 | 0.06 | 20.37 | 0.84 | 0.62 |
| Hex | EF | 84 | 4D | 0 | 2D | 44 | 6 | 14 | 54 | 3E |
| Octal | 357 | 204 | 115 | 0 | 55 | 104 | 6 | 24 | 124 | 76 |
| Binary | 11101111 | 10000100 | 1001101 | 0 | 101101 | 1000100 | 110 | 10100 | 1010100 | 111110 |
Color Harmonies of #EF844D
Complementary color
Monochromatic Colors of #EF844D
Black with #EF844D
Text Example
Text Example
White with #EF844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF844D; }
p { color: rgb(239,132,77); }
H1.HeaderClassName
{
color: #EF844D;
}
.AnyTagClassName
{
color: #EF844D;
}
</style>
background-color css
<style>
a { background-color: #EF844D; }
a { background-color: rgb(239,132,77); }
div.DivClassName
{
background-color: #EF844D;
}
.BgClassName
{
background-color: #EF844D;
}
</style>
border-color css
<style>
span { border-color: #EF844D; }
span { border-color: rgb(239,132,77); }
td.TdClassName
{
border-color: #EF844D;
}
.TagClassName
{
border-color: #EF844D;
}
</style>