Shades of Crusta #E78652
Tints of Crusta #E78652
RGB
CMYK
RGB Variations
Color information
#E78652 (or 0xE78652) is known color: Crusta. HEX triplet: E7, 86 and 52. RGB value is (231,134,82). Sum of RGB (Red+Green+Blue) = 231+134+82=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E78652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78652 is #1879AD. Grayscale: #9D9D9D. Windows color (decimal): -1604014 or 5408487. OLE color: 5408487.
HSL color Cylindrical-coordinate representation of color #E78652: hue angle of 20.94º 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 #E78652 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 82 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.09 |
| HSL | 20.94º | 0.76% | 0.61% | - |
| HSV(B) | 20.94º | 0.65% | 0.91% | - |
| XYZ | 43 | 34.65 | 12.4 | - |
| YUV | 157.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 82 | 0 | 0.42 | 0.65 | 0.09 | 20.94 | 0.76 | 0.61 |
| Hex | E7 | 86 | 52 | 0 | 2A | 41 | 9 | 15 | 4C | 3D |
| Octal | 347 | 206 | 122 | 0 | 52 | 101 | 11 | 25 | 114 | 75 |
| Binary | 11100111 | 10000110 | 1010010 | 0 | 101010 | 1000001 | 1001 | 10101 | 1001100 | 111101 |
Color Harmonies of #E78652
Complementary color
Monochromatic Colors of #E78652
Black with #E78652
Text Example
Text Example
White with #E78652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78652; }
p { color: rgb(231,134,82); }
H1.HeaderClassName
{
color: #E78652;
}
.AnyTagClassName
{
color: #E78652;
}
</style>
background-color css
<style>
a { background-color: #E78652; }
a { background-color: rgb(231,134,82); }
div.DivClassName
{
background-color: #E78652;
}
.BgClassName
{
background-color: #E78652;
}
</style>
border-color css
<style>
span { border-color: #E78652; }
span { border-color: rgb(231,134,82); }
td.TdClassName
{
border-color: #E78652;
}
.TagClassName
{
border-color: #E78652;
}
</style>