Shades of Crusta #E98E5E
Tints of Crusta #E98E5E
RGB
CMYK
RGB Variations
Color information
#E98E5E (or 0xE98E5E) is known color: Crusta. HEX triplet: E9, 8E and 5E. RGB value is (233,142,94). Sum of RGB (Red+Green+Blue) = 233+142+94=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E5E is #1671A1. Grayscale: #A4A4A4. Windows color (decimal): -1470882 or 6196969. OLE color: 6196969.
HSL color Cylindrical-coordinate representation of color #E98E5E: hue angle of 20.72º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E98E5E is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 142 | 94 | - |
CMYK | 0 | 0.39 | 0.60 | 0.09 |
HSL | 20.72º | 0.76% | 0.64% | - |
HSV(B) | 20.72º | 0.6% | 0.91% | - |
XYZ | 45.3 | 37.48 | 15.44 | - |
YUV | 163.74 | 88.65 | 177.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 142 | 94 | 0 | 0.39 | 0.60 | 0.09 | 20.72 | 0.76 | 0.64 |
Hex | E9 | 8E | 5E | 0 | 27 | 3C | 9 | 15 | 4C | 40 |
Octal | 351 | 216 | 136 | 0 | 47 | 74 | 11 | 25 | 114 | 100 |
Binary | 11101001 | 10001110 | 1011110 | 0 | 100111 | 111100 | 1001 | 10101 | 1001100 | 1000000 |
Color Harmonies of #E98E5E
Complementary color
Monochromatic Colors of #E98E5E
Black with #E98E5E
Text Example
Text Example
White with #E98E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E5E; }
p { color: rgb(233,142,94); }
H1.HeaderClassName
{
color: #E98E5E;
}
.AnyTagClassName
{
color: #E98E5E;
}
</style>
background-color css
<style>
a { background-color: #E98E5E; }
a { background-color: rgb(233,142,94); }
div.DivClassName
{
background-color: #E98E5E;
}
.BgClassName
{
background-color: #E98E5E;
}
</style>
border-color css
<style>
span { border-color: #E98E5E; }
span { border-color: rgb(233,142,94); }
td.TdClassName
{
border-color: #E98E5E;
}
.TagClassName
{
border-color: #E98E5E;
}
</style>