Shades of Crusta #EF8F52
Tints of Crusta #EF8F52
RGB
CMYK
RGB Variations
Color information
#EF8F52 (or 0xEF8F52) is known color: Crusta. HEX triplet: EF, 8F and 52. RGB value is (239,143,82). Sum of RGB (Red+Green+Blue) = 239+143+82=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F52 is #1070AD. Grayscale: #A5A5A5. Windows color (decimal): -1077422 or 5410799. OLE color: 5410799.
HSL color Cylindrical-coordinate representation of color #EF8F52: hue angle of 23.31º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF8F52 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 82 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.06 |
| HSL | 23.31º | 0.83% | 0.63% | - |
| HSV(B) | 23.31º | 0.66% | 0.94% | - |
| XYZ | 46.94 | 38.6 | 12.96 | - |
| YUV | 164.75 | 81.3 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 82 | 0 | 0.40 | 0.66 | 0.06 | 23.31 | 0.83 | 0.63 |
| Hex | EF | 8F | 52 | 0 | 28 | 42 | 6 | 17 | 53 | 3F |
| Octal | 357 | 217 | 122 | 0 | 50 | 102 | 6 | 27 | 123 | 77 |
| Binary | 11101111 | 10001111 | 1010010 | 0 | 101000 | 1000010 | 110 | 10111 | 1010011 | 111111 |
Color Harmonies of #EF8F52
Complementary color
Monochromatic Colors of #EF8F52
Black with #EF8F52
Text Example
Text Example
White with #EF8F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F52; }
p { color: rgb(239,143,82); }
H1.HeaderClassName
{
color: #EF8F52;
}
.AnyTagClassName
{
color: #EF8F52;
}
</style>
background-color css
<style>
a { background-color: #EF8F52; }
a { background-color: rgb(239,143,82); }
div.DivClassName
{
background-color: #EF8F52;
}
.BgClassName
{
background-color: #EF8F52;
}
</style>
border-color css
<style>
span { border-color: #EF8F52; }
span { border-color: rgb(239,143,82); }
td.TdClassName
{
border-color: #EF8F52;
}
.TagClassName
{
border-color: #EF8F52;
}
</style>