Shades of Crusta #E9815A
Tints of Crusta #E9815A
RGB
CMYK
RGB Variations
Color information
#E9815A (or 0xE9815A) is known color: Crusta. HEX triplet: E9, 81 and 5A. RGB value is (233,129,90). Sum of RGB (Red+Green+Blue) = 233+129+90=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9815A is #167EA5. Grayscale: #9B9B9B. Windows color (decimal): -1474214 or 5931497. OLE color: 5931497.
HSL color Cylindrical-coordinate representation of color #E9815A: hue angle of 16.36º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9815A is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 90 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.09 |
| HSL | 16.36º | 0.76% | 0.63% | - |
| HSV(B) | 16.36º | 0.61% | 0.91% | - |
| XYZ | 43.3 | 33.76 | 13.91 | - |
| YUV | 155.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 90 | 0 | 0.45 | 0.61 | 0.09 | 16.36 | 0.76 | 0.63 |
| Hex | E9 | 81 | 5A | 0 | 2D | 3D | 9 | 10 | 4C | 3F |
| Octal | 351 | 201 | 132 | 0 | 55 | 75 | 11 | 20 | 114 | 77 |
| Binary | 11101001 | 10000001 | 1011010 | 0 | 101101 | 111101 | 1001 | 10000 | 1001100 | 111111 |
Color Harmonies of #E9815A
Complementary color
Monochromatic Colors of #E9815A
Black with #E9815A
Text Example
Text Example
White with #E9815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9815A; }
p { color: rgb(233,129,90); }
H1.HeaderClassName
{
color: #E9815A;
}
.AnyTagClassName
{
color: #E9815A;
}
</style>
background-color css
<style>
a { background-color: #E9815A; }
a { background-color: rgb(233,129,90); }
div.DivClassName
{
background-color: #E9815A;
}
.BgClassName
{
background-color: #E9815A;
}
</style>
border-color css
<style>
span { border-color: #E9815A; }
span { border-color: rgb(233,129,90); }
td.TdClassName
{
border-color: #E9815A;
}
.TagClassName
{
border-color: #E9815A;
}
</style>