Shades of Crusta #EF8350
Tints of Crusta #EF8350
RGB
CMYK
RGB Variations
Color information
#EF8350 (or 0xEF8350) is known color: Crusta. HEX triplet: EF, 83 and 50. RGB value is (239,131,80). Sum of RGB (Red+Green+Blue) = 239+131+80=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8350 is #107CAF. Grayscale: #9D9D9D. Windows color (decimal): -1080496 or 5276655. OLE color: 5276655.
HSL color Cylindrical-coordinate representation of color #EF8350: hue angle of 19.25º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF8350 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 80 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.06 |
| HSL | 19.25º | 0.83% | 0.63% | - |
| HSV(B) | 19.25º | 0.67% | 0.94% | - |
| XYZ | 45.16 | 35.16 | 12 | - |
| YUV | 157.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 80 | 0 | 0.45 | 0.67 | 0.06 | 19.25 | 0.83 | 0.63 |
| Hex | EF | 83 | 50 | 0 | 2D | 43 | 6 | 13 | 53 | 3F |
| Octal | 357 | 203 | 120 | 0 | 55 | 103 | 6 | 23 | 123 | 77 |
| Binary | 11101111 | 10000011 | 1010000 | 0 | 101101 | 1000011 | 110 | 10011 | 1010011 | 111111 |
Color Harmonies of #EF8350
Complementary color
Monochromatic Colors of #EF8350
Black with #EF8350
Text Example
Text Example
White with #EF8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8350; }
p { color: rgb(239,131,80); }
H1.HeaderClassName
{
color: #EF8350;
}
.AnyTagClassName
{
color: #EF8350;
}
</style>
background-color css
<style>
a { background-color: #EF8350; }
a { background-color: rgb(239,131,80); }
div.DivClassName
{
background-color: #EF8350;
}
.BgClassName
{
background-color: #EF8350;
}
</style>
border-color css
<style>
span { border-color: #EF8350; }
span { border-color: rgb(239,131,80); }
td.TdClassName
{
border-color: #EF8350;
}
.TagClassName
{
border-color: #EF8350;
}
</style>