Shades of Crusta #EF9358
Tints of Crusta #EF9358
RGB
CMYK
RGB Variations
Color information
#EF9358 (or 0xEF9358) is known color: Crusta. HEX triplet: EF, 93 and 58. RGB value is (239,147,88). Sum of RGB (Red+Green+Blue) = 239+147+88=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9358 is #106CA7. Grayscale: #A8A8A8. Windows color (decimal): -1076392 or 5805039. OLE color: 5805039.
HSL color Cylindrical-coordinate representation of color #EF9358: hue angle of 23.44º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF9358 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 147 | 88 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.06 |
| HSL | 23.44º | 0.83% | 0.64% | - |
| HSV(B) | 23.44º | 0.63% | 0.94% | - |
| XYZ | 47.79 | 39.92 | 14.42 | - |
| YUV | 167.78 | 82.98 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 147 | 88 | 0 | 0.38 | 0.63 | 0.06 | 23.44 | 0.83 | 0.64 |
| Hex | EF | 93 | 58 | 0 | 26 | 3F | 6 | 17 | 53 | 40 |
| Octal | 357 | 223 | 130 | 0 | 46 | 77 | 6 | 27 | 123 | 100 |
| Binary | 11101111 | 10010011 | 1011000 | 0 | 100110 | 111111 | 110 | 10111 | 1010011 | 1000000 |
Color Harmonies of #EF9358
Complementary color
Monochromatic Colors of #EF9358
Black with #EF9358
Text Example
Text Example
White with #EF9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9358; }
p { color: rgb(239,147,88); }
H1.HeaderClassName
{
color: #EF9358;
}
.AnyTagClassName
{
color: #EF9358;
}
</style>
background-color css
<style>
a { background-color: #EF9358; }
a { background-color: rgb(239,147,88); }
div.DivClassName
{
background-color: #EF9358;
}
.BgClassName
{
background-color: #EF9358;
}
</style>
border-color css
<style>
span { border-color: #EF9358; }
span { border-color: rgb(239,147,88); }
td.TdClassName
{
border-color: #EF9358;
}
.TagClassName
{
border-color: #EF9358;
}
</style>