Shades of Crusta #E78150
Tints of Crusta #E78150
RGB
CMYK
RGB Variations
Color information
#E78150 (or 0xE78150) is known color: Crusta. HEX triplet: E7, 81 and 50. RGB value is (231,129,80). Sum of RGB (Red+Green+Blue) = 231+129+80=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E78150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78150 is #187EAF. Grayscale: #9A9A9A. Windows color (decimal): -1605296 or 5276135. OLE color: 5276135.
HSL color Cylindrical-coordinate representation of color #E78150: hue angle of 19.47º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E78150 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 80 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.09 |
| HSL | 19.47º | 0.76% | 0.61% | - |
| HSV(B) | 19.47º | 0.65% | 0.91% | - |
| XYZ | 42.25 | 33.27 | 11.78 | - |
| YUV | 153.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 80 | 0 | 0.44 | 0.65 | 0.09 | 19.47 | 0.76 | 0.61 |
| Hex | E7 | 81 | 50 | 0 | 2C | 41 | 9 | 13 | 4C | 3D |
| Octal | 347 | 201 | 120 | 0 | 54 | 101 | 11 | 23 | 114 | 75 |
| Binary | 11100111 | 10000001 | 1010000 | 0 | 101100 | 1000001 | 1001 | 10011 | 1001100 | 111101 |
Color Harmonies of #E78150
Complementary color
Monochromatic Colors of #E78150
Black with #E78150
Text Example
Text Example
White with #E78150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78150; }
p { color: rgb(231,129,80); }
H1.HeaderClassName
{
color: #E78150;
}
.AnyTagClassName
{
color: #E78150;
}
</style>
background-color css
<style>
a { background-color: #E78150; }
a { background-color: rgb(231,129,80); }
div.DivClassName
{
background-color: #E78150;
}
.BgClassName
{
background-color: #E78150;
}
</style>
border-color css
<style>
span { border-color: #E78150; }
span { border-color: rgb(231,129,80); }
td.TdClassName
{
border-color: #E78150;
}
.TagClassName
{
border-color: #E78150;
}
</style>