Shades of Crusta #EF8353
Tints of Crusta #EF8353
RGB
CMYK
RGB Variations
Color information
#EF8353 (or 0xEF8353) is known color: Crusta. HEX triplet: EF, 83 and 53. RGB value is (239,131,83). Sum of RGB (Red+Green+Blue) = 239+131+83=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8353 is #107CAC. Grayscale: #9E9E9E. Windows color (decimal): -1080493 or 5473263. OLE color: 5473263.
HSL color Cylindrical-coordinate representation of color #EF8353: hue angle of 18.46º 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 #EF8353 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 83 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.06 |
| HSL | 18.46º | 0.83% | 0.63% | - |
| HSV(B) | 18.46º | 0.65% | 0.94% | - |
| XYZ | 45.27 | 35.21 | 12.59 | - |
| YUV | 157.82 | 85.78 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 83 | 0 | 0.45 | 0.65 | 0.06 | 18.46 | 0.83 | 0.63 |
| Hex | EF | 83 | 53 | 0 | 2D | 41 | 6 | 12 | 53 | 3F |
| Octal | 357 | 203 | 123 | 0 | 55 | 101 | 6 | 22 | 123 | 77 |
| Binary | 11101111 | 10000011 | 1010011 | 0 | 101101 | 1000001 | 110 | 10010 | 1010011 | 111111 |
Color Harmonies of #EF8353
Complementary color
Monochromatic Colors of #EF8353
Black with #EF8353
Text Example
Text Example
White with #EF8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8353; }
p { color: rgb(239,131,83); }
H1.HeaderClassName
{
color: #EF8353;
}
.AnyTagClassName
{
color: #EF8353;
}
</style>
background-color css
<style>
a { background-color: #EF8353; }
a { background-color: rgb(239,131,83); }
div.DivClassName
{
background-color: #EF8353;
}
.BgClassName
{
background-color: #EF8353;
}
</style>
border-color css
<style>
span { border-color: #EF8353; }
span { border-color: rgb(239,131,83); }
td.TdClassName
{
border-color: #EF8353;
}
.TagClassName
{
border-color: #EF8353;
}
</style>