Shades of Crusta #E68752
Tints of Crusta #E68752
RGB
CMYK
RGB Variations
Color information
#E68752 (or 0xE68752) is known color: Crusta. HEX triplet: E6, 87 and 52. RGB value is (230,135,82). Sum of RGB (Red+Green+Blue) = 230+135+82=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68752 is #1978AD. Grayscale: #9D9D9D. Windows color (decimal): -1669294 or 5408742. OLE color: 5408742.
HSL color Cylindrical-coordinate representation of color #E68752: hue angle of 21.49º 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 #E68752 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 82 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.10 |
| HSL | 21.49º | 0.75% | 0.61% | - |
| HSV(B) | 21.49º | 0.64% | 0.9% | - |
| XYZ | 42.82 | 34.76 | 12.44 | - |
| YUV | 157.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 82 | 0 | 0.41 | 0.64 | 0.10 | 21.49 | 0.75 | 0.61 |
| Hex | E6 | 87 | 52 | 0 | 29 | 40 | A | 15 | 4B | 3D |
| Octal | 346 | 207 | 122 | 0 | 51 | 100 | 12 | 25 | 113 | 75 |
| Binary | 11100110 | 10000111 | 1010010 | 0 | 101001 | 1000000 | 1010 | 10101 | 1001011 | 111101 |
Color Harmonies of #E68752
Complementary color
Monochromatic Colors of #E68752
Black with #E68752
Text Example
Text Example
White with #E68752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68752; }
p { color: rgb(230,135,82); }
H1.HeaderClassName
{
color: #E68752;
}
.AnyTagClassName
{
color: #E68752;
}
</style>
background-color css
<style>
a { background-color: #E68752; }
a { background-color: rgb(230,135,82); }
div.DivClassName
{
background-color: #E68752;
}
.BgClassName
{
background-color: #E68752;
}
</style>
border-color css
<style>
span { border-color: #E68752; }
span { border-color: rgb(230,135,82); }
td.TdClassName
{
border-color: #E68752;
}
.TagClassName
{
border-color: #E68752;
}
</style>