Shades of Crusta #E7905C
Tints of Crusta #E7905C
RGB
CMYK
RGB Variations
Color information
#E7905C (or 0xE7905C) is known color: Crusta. HEX triplet: E7, 90 and 5C. RGB value is (231,144,92). Sum of RGB (Red+Green+Blue) = 231+144+92=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7905C is #186FA3. Grayscale: #A4A4A4. Windows color (decimal): -1601444 or 6066407. OLE color: 6066407.
HSL color Cylindrical-coordinate representation of color #E7905C: hue angle of 22.45º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7905C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 92 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.09 |
| HSL | 22.45º | 0.74% | 0.63% | - |
| HSV(B) | 22.45º | 0.6% | 0.91% | - |
| XYZ | 44.86 | 37.71 | 15.04 | - |
| YUV | 164.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 92 | 0 | 0.38 | 0.60 | 0.09 | 22.45 | 0.74 | 0.63 |
| Hex | E7 | 90 | 5C | 0 | 26 | 3C | 9 | 16 | 4A | 3F |
| Octal | 347 | 220 | 134 | 0 | 46 | 74 | 11 | 26 | 112 | 77 |
| Binary | 11100111 | 10010000 | 1011100 | 0 | 100110 | 111100 | 1001 | 10110 | 1001010 | 111111 |
Color Harmonies of #E7905C
Complementary color
Monochromatic Colors of #E7905C
Black with #E7905C
Text Example
Text Example
White with #E7905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7905C; }
p { color: rgb(231,144,92); }
H1.HeaderClassName
{
color: #E7905C;
}
.AnyTagClassName
{
color: #E7905C;
}
</style>
background-color css
<style>
a { background-color: #E7905C; }
a { background-color: rgb(231,144,92); }
div.DivClassName
{
background-color: #E7905C;
}
.BgClassName
{
background-color: #E7905C;
}
</style>
border-color css
<style>
span { border-color: #E7905C; }
span { border-color: rgb(231,144,92); }
td.TdClassName
{
border-color: #E7905C;
}
.TagClassName
{
border-color: #E7905C;
}
</style>