Shades of Crusta #E6815A
Tints of Crusta #E6815A
RGB
CMYK
RGB Variations
Color information
#E6815A (or 0xE6815A) is known color: Crusta. HEX triplet: E6, 81 and 5A. RGB value is (230,129,90). Sum of RGB (Red+Green+Blue) = 230+129+90=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6815A is #197EA5. Grayscale: #9B9B9B. Windows color (decimal): -1670822 or 5931494. OLE color: 5931494.
HSL color Cylindrical-coordinate representation of color #E6815A: hue angle of 16.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6815A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 90 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.10 |
| HSL | 16.71º | 0.74% | 0.63% | - |
| HSV(B) | 16.71º | 0.61% | 0.9% | - |
| XYZ | 42.33 | 33.26 | 13.86 | - |
| YUV | 154.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 90 | 0 | 0.44 | 0.61 | 0.10 | 16.71 | 0.74 | 0.63 |
| Hex | E6 | 81 | 5A | 0 | 2C | 3D | A | 11 | 4A | 3F |
| Octal | 346 | 201 | 132 | 0 | 54 | 75 | 12 | 21 | 112 | 77 |
| Binary | 11100110 | 10000001 | 1011010 | 0 | 101100 | 111101 | 1010 | 10001 | 1001010 | 111111 |
Color Harmonies of #E6815A
Complementary color
Monochromatic Colors of #E6815A
Black with #E6815A
Text Example
Text Example
White with #E6815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6815A; }
p { color: rgb(230,129,90); }
H1.HeaderClassName
{
color: #E6815A;
}
.AnyTagClassName
{
color: #E6815A;
}
</style>
background-color css
<style>
a { background-color: #E6815A; }
a { background-color: rgb(230,129,90); }
div.DivClassName
{
background-color: #E6815A;
}
.BgClassName
{
background-color: #E6815A;
}
</style>
border-color css
<style>
span { border-color: #E6815A; }
span { border-color: rgb(230,129,90); }
td.TdClassName
{
border-color: #E6815A;
}
.TagClassName
{
border-color: #E6815A;
}
</style>