Shades of Crusta #E68151
Tints of Crusta #E68151
RGB
CMYK
RGB Variations
Color information
#E68151 (or 0xE68151) is known color: Crusta. HEX triplet: E6, 81 and 51. RGB value is (230,129,81). Sum of RGB (Red+Green+Blue) = 230+129+81=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E68151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68151 is #197EAE. Grayscale: #9A9A9A. Windows color (decimal): -1670831 or 5341670. OLE color: 5341670.
HSL color Cylindrical-coordinate representation of color #E68151: hue angle of 19.33º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E68151 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 81 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.10 |
| HSL | 19.33º | 0.75% | 0.61% | - |
| HSV(B) | 19.33º | 0.65% | 0.9% | - |
| XYZ | 41.97 | 33.12 | 11.96 | - |
| YUV | 153.73 | 86.96 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 81 | 0 | 0.44 | 0.65 | 0.10 | 19.33 | 0.75 | 0.61 |
| Hex | E6 | 81 | 51 | 0 | 2C | 41 | A | 13 | 4B | 3D |
| Octal | 346 | 201 | 121 | 0 | 54 | 101 | 12 | 23 | 113 | 75 |
| Binary | 11100110 | 10000001 | 1010001 | 0 | 101100 | 1000001 | 1010 | 10011 | 1001011 | 111101 |
Color Harmonies of #E68151
Complementary color
Monochromatic Colors of #E68151
Black with #E68151
Text Example
Text Example
White with #E68151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68151; }
p { color: rgb(230,129,81); }
H1.HeaderClassName
{
color: #E68151;
}
.AnyTagClassName
{
color: #E68151;
}
</style>
background-color css
<style>
a { background-color: #E68151; }
a { background-color: rgb(230,129,81); }
div.DivClassName
{
background-color: #E68151;
}
.BgClassName
{
background-color: #E68151;
}
</style>
border-color css
<style>
span { border-color: #E68151; }
span { border-color: rgb(230,129,81); }
td.TdClassName
{
border-color: #E68151;
}
.TagClassName
{
border-color: #E68151;
}
</style>