Shades of Crusta #E9905D
Tints of Crusta #E9905D
RGB
CMYK
RGB Variations
Color information
#E9905D (or 0xE9905D) is known color: Crusta. HEX triplet: E9, 90 and 5D. RGB value is (233,144,93). Sum of RGB (Red+Green+Blue) = 233+144+93=470 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.57% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 233 - color contains mainly: red. Hex color #E9905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9905D is #166FA2. Grayscale: #A5A5A5. Windows color (decimal): -1470371 or 6131945. OLE color: 6131945.
HSL color Cylindrical-coordinate representation of color #E9905D: hue angle of 21.86º 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 #E9905D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 93 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.09 |
| HSL | 21.86º | 0.76% | 0.64% | - |
| HSV(B) | 21.86º | 0.6% | 0.91% | - |
| XYZ | 45.55 | 38.06 | 15.3 | - |
| YUV | 164.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 93 | 0 | 0.38 | 0.60 | 0.09 | 21.86 | 0.76 | 0.64 |
| Hex | E9 | 90 | 5D | 0 | 26 | 3C | 9 | 16 | 4C | 40 |
| Octal | 351 | 220 | 135 | 0 | 46 | 74 | 11 | 26 | 114 | 100 |
| Binary | 11101001 | 10010000 | 1011101 | 0 | 100110 | 111100 | 1001 | 10110 | 1001100 | 1000000 |
Color Harmonies of #E9905D
Complementary color
Monochromatic Colors of #E9905D
Black with #E9905D
Text Example
Text Example
White with #E9905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9905D; }
p { color: rgb(233,144,93); }
H1.HeaderClassName
{
color: #E9905D;
}
.AnyTagClassName
{
color: #E9905D;
}
</style>
background-color css
<style>
a { background-color: #E9905D; }
a { background-color: rgb(233,144,93); }
div.DivClassName
{
background-color: #E9905D;
}
.BgClassName
{
background-color: #E9905D;
}
</style>
border-color css
<style>
span { border-color: #E9905D; }
span { border-color: rgb(233,144,93); }
td.TdClassName
{
border-color: #E9905D;
}
.TagClassName
{
border-color: #E9905D;
}
</style>