Shades of Crusta #E68253
Tints of Crusta #E68253
RGB
CMYK
RGB Variations
Color information
#E68253 (or 0xE68253) is known color: Crusta. HEX triplet: E6, 82 and 53. RGB value is (230,130,83). Sum of RGB (Red+Green+Blue) = 230+130+83=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E68253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68253 is #197DAC. Grayscale: #9A9A9A. Windows color (decimal): -1670573 or 5472998. OLE color: 5472998.
HSL color Cylindrical-coordinate representation of color #E68253: hue angle of 19.18º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E68253 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 83 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.10 |
| HSL | 19.18º | 0.75% | 0.61% | - |
| HSV(B) | 19.18º | 0.64% | 0.9% | - |
| XYZ | 42.18 | 33.41 | 12.41 | - |
| YUV | 154.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 83 | 0 | 0.43 | 0.64 | 0.10 | 19.18 | 0.75 | 0.61 |
| Hex | E6 | 82 | 53 | 0 | 2B | 40 | A | 13 | 4B | 3D |
| Octal | 346 | 202 | 123 | 0 | 53 | 100 | 12 | 23 | 113 | 75 |
| Binary | 11100110 | 10000010 | 1010011 | 0 | 101011 | 1000000 | 1010 | 10011 | 1001011 | 111101 |
Color Harmonies of #E68253
Complementary color
Monochromatic Colors of #E68253
Black with #E68253
Text Example
Text Example
White with #E68253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68253; }
p { color: rgb(230,130,83); }
H1.HeaderClassName
{
color: #E68253;
}
.AnyTagClassName
{
color: #E68253;
}
</style>
background-color css
<style>
a { background-color: #E68253; }
a { background-color: rgb(230,130,83); }
div.DivClassName
{
background-color: #E68253;
}
.BgClassName
{
background-color: #E68253;
}
</style>
border-color css
<style>
span { border-color: #E68253; }
span { border-color: rgb(230,130,83); }
td.TdClassName
{
border-color: #E68253;
}
.TagClassName
{
border-color: #E68253;
}
</style>