Shades of Crusta #EF9256
Tints of Crusta #EF9256
RGB
CMYK
RGB Variations
Color information
#EF9256 (or 0xEF9256) is known color: Crusta. HEX triplet: EF, 92 and 56. RGB value is (239,146,86). Sum of RGB (Red+Green+Blue) = 239+146+86=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9256 is #106DA9. Grayscale: #A7A7A7. Windows color (decimal): -1076650 or 5673711. OLE color: 5673711.
HSL color Cylindrical-coordinate representation of color #EF9256: hue angle of 23.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF9256 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.06 |
| HSL | 23.53º | 0.83% | 0.64% | - |
| HSV(B) | 23.53º | 0.64% | 0.94% | - |
| XYZ | 47.56 | 39.58 | 13.94 | - |
| YUV | 166.97 | 82.31 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 86 | 0 | 0.39 | 0.64 | 0.06 | 23.53 | 0.83 | 0.64 |
| Hex | EF | 92 | 56 | 0 | 27 | 40 | 6 | 18 | 53 | 40 |
| Octal | 357 | 222 | 126 | 0 | 47 | 100 | 6 | 30 | 123 | 100 |
| Binary | 11101111 | 10010010 | 1010110 | 0 | 100111 | 1000000 | 110 | 11000 | 1010011 | 1000000 |
Color Harmonies of #EF9256
Complementary color
Monochromatic Colors of #EF9256
Black with #EF9256
Text Example
Text Example
White with #EF9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9256; }
p { color: rgb(239,146,86); }
H1.HeaderClassName
{
color: #EF9256;
}
.AnyTagClassName
{
color: #EF9256;
}
</style>
background-color css
<style>
a { background-color: #EF9256; }
a { background-color: rgb(239,146,86); }
div.DivClassName
{
background-color: #EF9256;
}
.BgClassName
{
background-color: #EF9256;
}
</style>
border-color css
<style>
span { border-color: #EF9256; }
span { border-color: rgb(239,146,86); }
td.TdClassName
{
border-color: #EF9256;
}
.TagClassName
{
border-color: #EF9256;
}
</style>