Shades of Crusta #E68154
Tints of Crusta #E68154
RGB
CMYK
RGB Variations
Color information
#E68154 (or 0xE68154) is known color: Crusta. HEX triplet: E6, 81 and 54. RGB value is (230,129,84). Sum of RGB (Red+Green+Blue) = 230+129+84=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E68154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68154 is #197EAB. Grayscale: #9A9A9A. Windows color (decimal): -1670828 or 5538278. OLE color: 5538278.
HSL color Cylindrical-coordinate representation of color #E68154: hue angle of 18.49º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E68154 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 84 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.10 |
| HSL | 18.49º | 0.74% | 0.62% | - |
| HSV(B) | 18.49º | 0.63% | 0.9% | - |
| XYZ | 42.08 | 33.16 | 12.57 | - |
| YUV | 154.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 84 | 0 | 0.44 | 0.63 | 0.10 | 18.49 | 0.74 | 0.62 |
| Hex | E6 | 81 | 54 | 0 | 2C | 3F | A | 12 | 4A | 3E |
| Octal | 346 | 201 | 124 | 0 | 54 | 77 | 12 | 22 | 112 | 76 |
| Binary | 11100110 | 10000001 | 1010100 | 0 | 101100 | 111111 | 1010 | 10010 | 1001010 | 111110 |
Color Harmonies of #E68154
Complementary color
Monochromatic Colors of #E68154
Black with #E68154
Text Example
Text Example
White with #E68154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68154; }
p { color: rgb(230,129,84); }
H1.HeaderClassName
{
color: #E68154;
}
.AnyTagClassName
{
color: #E68154;
}
</style>
background-color css
<style>
a { background-color: #E68154; }
a { background-color: rgb(230,129,84); }
div.DivClassName
{
background-color: #E68154;
}
.BgClassName
{
background-color: #E68154;
}
</style>
border-color css
<style>
span { border-color: #E68154; }
span { border-color: rgb(230,129,84); }
td.TdClassName
{
border-color: #E68154;
}
.TagClassName
{
border-color: #E68154;
}
</style>