Shades of Crusta #E7815D
Tints of Crusta #E7815D
RGB
CMYK
RGB Variations
Color information
#E7815D (or 0xE7815D) is known color: Crusta. HEX triplet: E7, 81 and 5D. RGB value is (231,129,93). Sum of RGB (Red+Green+Blue) = 231+129+93=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7815D is #187EA2. Grayscale: #9B9B9B. Windows color (decimal): -1605283 or 6128103. OLE color: 6128103.
HSL color Cylindrical-coordinate representation of color #E7815D: hue angle of 15.65º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7815D is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 93 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.09 |
| HSL | 15.65º | 0.74% | 0.64% | - |
| HSV(B) | 15.65º | 0.6% | 0.91% | - |
| XYZ | 42.78 | 33.48 | 14.56 | - |
| YUV | 155.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 93 | 0 | 0.44 | 0.60 | 0.09 | 15.65 | 0.74 | 0.64 |
| Hex | E7 | 81 | 5D | 0 | 2C | 3C | 9 | 10 | 4A | 40 |
| Octal | 347 | 201 | 135 | 0 | 54 | 74 | 11 | 20 | 112 | 100 |
| Binary | 11100111 | 10000001 | 1011101 | 0 | 101100 | 111100 | 1001 | 10000 | 1001010 | 1000000 |
Color Harmonies of #E7815D
Complementary color
Monochromatic Colors of #E7815D
Black with #E7815D
Text Example
Text Example
White with #E7815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7815D; }
p { color: rgb(231,129,93); }
H1.HeaderClassName
{
color: #E7815D;
}
.AnyTagClassName
{
color: #E7815D;
}
</style>
background-color css
<style>
a { background-color: #E7815D; }
a { background-color: rgb(231,129,93); }
div.DivClassName
{
background-color: #E7815D;
}
.BgClassName
{
background-color: #E7815D;
}
</style>
border-color css
<style>
span { border-color: #E7815D; }
span { border-color: rgb(231,129,93); }
td.TdClassName
{
border-color: #E7815D;
}
.TagClassName
{
border-color: #E7815D;
}
</style>