Shades of Crusta #E99056
Tints of Crusta #E99056
RGB
CMYK
RGB Variations
Color information
#E99056 (or 0xE99056) is known color: Crusta. HEX triplet: E9, 90 and 56. RGB value is (233,144,86). Sum of RGB (Red+Green+Blue) = 233+144+86=463 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.32% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 233 - color contains mainly: red. Hex color #E99056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99056 is #166FA9. Grayscale: #A4A4A4. Windows color (decimal): -1470378 or 5673193. OLE color: 5673193.
HSL color Cylindrical-coordinate representation of color #E99056: hue angle of 23.67º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E99056 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 86 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.09 |
| HSL | 23.67º | 0.77% | 0.63% | - |
| HSV(B) | 23.67º | 0.63% | 0.91% | - |
| XYZ | 45.26 | 37.94 | 13.74 | - |
| YUV | 164 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 86 | 0 | 0.38 | 0.63 | 0.09 | 23.67 | 0.77 | 0.63 |
| Hex | E9 | 90 | 56 | 0 | 26 | 3F | 9 | 18 | 4D | 3F |
| Octal | 351 | 220 | 126 | 0 | 46 | 77 | 11 | 30 | 115 | 77 |
| Binary | 11101001 | 10010000 | 1010110 | 0 | 100110 | 111111 | 1001 | 11000 | 1001101 | 111111 |
Color Harmonies of #E99056
Complementary color
Monochromatic Colors of #E99056
Black with #E99056
Text Example
Text Example
White with #E99056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99056; }
p { color: rgb(233,144,86); }
H1.HeaderClassName
{
color: #E99056;
}
.AnyTagClassName
{
color: #E99056;
}
</style>
background-color css
<style>
a { background-color: #E99056; }
a { background-color: rgb(233,144,86); }
div.DivClassName
{
background-color: #E99056;
}
.BgClassName
{
background-color: #E99056;
}
</style>
border-color css
<style>
span { border-color: #E99056; }
span { border-color: rgb(233,144,86); }
td.TdClassName
{
border-color: #E99056;
}
.TagClassName
{
border-color: #E99056;
}
</style>