Shades of Crusta #EF8F5D
Tints of Crusta #EF8F5D
RGB
CMYK
RGB Variations
Color information
#EF8F5D (or 0xEF8F5D) is known color: Crusta. HEX triplet: EF, 8F and 5D. RGB value is (239,143,93). Sum of RGB (Red+Green+Blue) = 239+143+93=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8F5D is #1070A2. Grayscale: #A6A6A6. Windows color (decimal): -1077411 or 6131695. OLE color: 6131695.
HSL color Cylindrical-coordinate representation of color #EF8F5D: hue angle of 20.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF8F5D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 143 | 93 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.06 |
| HSL | 20.55º | 0.82% | 0.65% | - |
| HSV(B) | 20.55º | 0.61% | 0.94% | - |
| XYZ | 47.39 | 38.79 | 15.34 | - |
| YUV | 166 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 143 | 93 | 0 | 0.40 | 0.61 | 0.06 | 20.55 | 0.82 | 0.65 |
| Hex | EF | 8F | 5D | 0 | 28 | 3D | 6 | 15 | 52 | 41 |
| Octal | 357 | 217 | 135 | 0 | 50 | 75 | 6 | 25 | 122 | 101 |
| Binary | 11101111 | 10001111 | 1011101 | 0 | 101000 | 111101 | 110 | 10101 | 1010010 | 1000001 |
Color Harmonies of #EF8F5D
Complementary color
Monochromatic Colors of #EF8F5D
Black with #EF8F5D
Text Example
Text Example
White with #EF8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8F5D; }
p { color: rgb(239,143,93); }
H1.HeaderClassName
{
color: #EF8F5D;
}
.AnyTagClassName
{
color: #EF8F5D;
}
</style>
background-color css
<style>
a { background-color: #EF8F5D; }
a { background-color: rgb(239,143,93); }
div.DivClassName
{
background-color: #EF8F5D;
}
.BgClassName
{
background-color: #EF8F5D;
}
</style>
border-color css
<style>
span { border-color: #EF8F5D; }
span { border-color: rgb(239,143,93); }
td.TdClassName
{
border-color: #EF8F5D;
}
.TagClassName
{
border-color: #EF8F5D;
}
</style>