Shades of Crusta #EF8653
Tints of Crusta #EF8653
RGB
CMYK
RGB Variations
Color information
#EF8653 (or 0xEF8653) is known color: Crusta. HEX triplet: EF, 86 and 53. RGB value is (239,134,83). Sum of RGB (Red+Green+Blue) = 239+134+83=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8653 is #1079AC. Grayscale: #9F9F9F. Windows color (decimal): -1079725 or 5474031. OLE color: 5474031.
HSL color Cylindrical-coordinate representation of color #EF8653: hue angle of 19.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF8653 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 83 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.06 |
| HSL | 19.62º | 0.83% | 0.63% | - |
| HSV(B) | 19.62º | 0.65% | 0.94% | - |
| XYZ | 45.68 | 36.03 | 12.73 | - |
| YUV | 159.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 83 | 0 | 0.44 | 0.65 | 0.06 | 19.62 | 0.83 | 0.63 |
| Hex | EF | 86 | 53 | 0 | 2C | 41 | 6 | 14 | 53 | 3F |
| Octal | 357 | 206 | 123 | 0 | 54 | 101 | 6 | 24 | 123 | 77 |
| Binary | 11101111 | 10000110 | 1010011 | 0 | 101100 | 1000001 | 110 | 10100 | 1010011 | 111111 |
Color Harmonies of #EF8653
Complementary color
Monochromatic Colors of #EF8653
Black with #EF8653
Text Example
Text Example
White with #EF8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8653; }
p { color: rgb(239,134,83); }
H1.HeaderClassName
{
color: #EF8653;
}
.AnyTagClassName
{
color: #EF8653;
}
</style>
background-color css
<style>
a { background-color: #EF8653; }
a { background-color: rgb(239,134,83); }
div.DivClassName
{
background-color: #EF8653;
}
.BgClassName
{
background-color: #EF8653;
}
</style>
border-color css
<style>
span { border-color: #EF8653; }
span { border-color: rgb(239,134,83); }
td.TdClassName
{
border-color: #EF8653;
}
.TagClassName
{
border-color: #EF8653;
}
</style>