Shades of Crusta #EF845B
Tints of Crusta #EF845B
RGB
CMYK
RGB Variations
Color information
#EF845B (or 0xEF845B) is known color: Crusta. HEX triplet: EF, 84 and 5B. RGB value is (239,132,91). Sum of RGB (Red+Green+Blue) = 239+132+91=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF845B is #107BA4. Grayscale: #9F9F9F. Windows color (decimal): -1080229 or 5997807. OLE color: 5997807.
HSL color Cylindrical-coordinate representation of color #EF845B: hue angle of 16.62º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF845B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 91 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.06 |
| HSL | 16.62º | 0.82% | 0.65% | - |
| HSV(B) | 16.62º | 0.62% | 0.94% | - |
| XYZ | 45.74 | 35.61 | 14.36 | - |
| YUV | 159.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 91 | 0 | 0.45 | 0.62 | 0.06 | 16.62 | 0.82 | 0.65 |
| Hex | EF | 84 | 5B | 0 | 2D | 3E | 6 | 11 | 52 | 41 |
| Octal | 357 | 204 | 133 | 0 | 55 | 76 | 6 | 21 | 122 | 101 |
| Binary | 11101111 | 10000100 | 1011011 | 0 | 101101 | 111110 | 110 | 10001 | 1010010 | 1000001 |
Color Harmonies of #EF845B
Complementary color
Monochromatic Colors of #EF845B
Black with #EF845B
Text Example
Text Example
White with #EF845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF845B; }
p { color: rgb(239,132,91); }
H1.HeaderClassName
{
color: #EF845B;
}
.AnyTagClassName
{
color: #EF845B;
}
</style>
background-color css
<style>
a { background-color: #EF845B; }
a { background-color: rgb(239,132,91); }
div.DivClassName
{
background-color: #EF845B;
}
.BgClassName
{
background-color: #EF845B;
}
</style>
border-color css
<style>
span { border-color: #EF845B; }
span { border-color: rgb(239,132,91); }
td.TdClassName
{
border-color: #EF845B;
}
.TagClassName
{
border-color: #EF845B;
}
</style>