Shades of Crusta #E7905A
Tints of Crusta #E7905A
RGB
CMYK
RGB Variations
Color information
#E7905A (or 0xE7905A) is known color: Crusta. HEX triplet: E7, 90 and 5A. RGB value is (231,144,90). Sum of RGB (Red+Green+Blue) = 231+144+90=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E7905A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7905A is #186FA5. Grayscale: #A4A4A4. Windows color (decimal): -1601446 or 5935335. OLE color: 5935335.
HSL color Cylindrical-coordinate representation of color #E7905A: hue angle of 22.98º degrees, saturation: 0.75, 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 #E7905A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 90 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.09 |
| HSL | 22.98º | 0.75% | 0.63% | - |
| HSV(B) | 22.98º | 0.61% | 0.91% | - |
| XYZ | 44.77 | 37.67 | 14.58 | - |
| YUV | 163.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 90 | 0 | 0.38 | 0.61 | 0.09 | 22.98 | 0.75 | 0.63 |
| Hex | E7 | 90 | 5A | 0 | 26 | 3D | 9 | 17 | 4B | 3F |
| Octal | 347 | 220 | 132 | 0 | 46 | 75 | 11 | 27 | 113 | 77 |
| Binary | 11100111 | 10010000 | 1011010 | 0 | 100110 | 111101 | 1001 | 10111 | 1001011 | 111111 |
Color Harmonies of #E7905A
Complementary color
Monochromatic Colors of #E7905A
Black with #E7905A
Text Example
Text Example
White with #E7905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7905A; }
p { color: rgb(231,144,90); }
H1.HeaderClassName
{
color: #E7905A;
}
.AnyTagClassName
{
color: #E7905A;
}
</style>
background-color css
<style>
a { background-color: #E7905A; }
a { background-color: rgb(231,144,90); }
div.DivClassName
{
background-color: #E7905A;
}
.BgClassName
{
background-color: #E7905A;
}
</style>
border-color css
<style>
span { border-color: #E7905A; }
span { border-color: rgb(231,144,90); }
td.TdClassName
{
border-color: #E7905A;
}
.TagClassName
{
border-color: #E7905A;
}
</style>