Shades of Crusta #EF8563
Tints of Crusta #EF8563
RGB
CMYK
RGB Variations
Color information
#EF8563 (or 0xEF8563) is known color: Crusta. HEX triplet: EF, 85 and 63. RGB value is (239,133,99). Sum of RGB (Red+Green+Blue) = 239+133+99=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8563 is #107A9C. Grayscale: #A1A1A1. Windows color (decimal): -1079965 or 6522351. OLE color: 6522351.
HSL color Cylindrical-coordinate representation of color #EF8563: hue angle of 14.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF8563 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 99 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.06 |
| HSL | 14.57º | 0.81% | 0.66% | - |
| HSV(B) | 14.57º | 0.59% | 0.94% | - |
| XYZ | 46.24 | 36.03 | 16.32 | - |
| YUV | 160.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 99 | 0 | 0.44 | 0.59 | 0.06 | 14.57 | 0.81 | 0.66 |
| Hex | EF | 85 | 63 | 0 | 2C | 3B | 6 | F | 51 | 42 |
| Octal | 357 | 205 | 143 | 0 | 54 | 73 | 6 | 17 | 121 | 102 |
| Binary | 11101111 | 10000101 | 1100011 | 0 | 101100 | 111011 | 110 | 1111 | 1010001 | 1000010 |
Color Harmonies of #EF8563
Complementary color
Monochromatic Colors of #EF8563
Black with #EF8563
Text Example
Text Example
White with #EF8563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8563; }
p { color: rgb(239,133,99); }
H1.HeaderClassName
{
color: #EF8563;
}
.AnyTagClassName
{
color: #EF8563;
}
</style>
background-color css
<style>
a { background-color: #EF8563; }
a { background-color: rgb(239,133,99); }
div.DivClassName
{
background-color: #EF8563;
}
.BgClassName
{
background-color: #EF8563;
}
</style>
border-color css
<style>
span { border-color: #EF8563; }
span { border-color: rgb(239,133,99); }
td.TdClassName
{
border-color: #EF8563;
}
.TagClassName
{
border-color: #EF8563;
}
</style>