Shades of Crusta #E5835A
Tints of Crusta #E5835A
RGB
CMYK
RGB Variations
Color information
#E5835A (or 0xE5835A) is known color: Crusta. HEX triplet: E5, 83 and 5A. RGB value is (229,131,90). Sum of RGB (Red+Green+Blue) = 229+131+90=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5835A is #1A7CA5. Grayscale: #9B9B9B. Windows color (decimal): -1735846 or 5932005. OLE color: 5932005.
HSL color Cylindrical-coordinate representation of color #E5835A: hue angle of 17.7º degrees, saturation: 0.73, 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 #E5835A is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 90 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.10 |
| HSL | 17.7º | 0.73% | 0.63% | - |
| HSV(B) | 17.7º | 0.61% | 0.9% | - |
| XYZ | 42.27 | 33.63 | 13.94 | - |
| YUV | 155.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 90 | 0 | 0.43 | 0.61 | 0.10 | 17.7 | 0.73 | 0.63 |
| Hex | E5 | 83 | 5A | 0 | 2B | 3D | A | 12 | 49 | 3F |
| Octal | 345 | 203 | 132 | 0 | 53 | 75 | 12 | 22 | 111 | 77 |
| Binary | 11100101 | 10000011 | 1011010 | 0 | 101011 | 111101 | 1010 | 10010 | 1001001 | 111111 |
Color Harmonies of #E5835A
Complementary color
Monochromatic Colors of #E5835A
Black with #E5835A
Text Example
Text Example
White with #E5835A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5835A; }
p { color: rgb(229,131,90); }
H1.HeaderClassName
{
color: #E5835A;
}
.AnyTagClassName
{
color: #E5835A;
}
</style>
background-color css
<style>
a { background-color: #E5835A; }
a { background-color: rgb(229,131,90); }
div.DivClassName
{
background-color: #E5835A;
}
.BgClassName
{
background-color: #E5835A;
}
</style>
border-color css
<style>
span { border-color: #E5835A; }
span { border-color: rgb(229,131,90); }
td.TdClassName
{
border-color: #E5835A;
}
.TagClassName
{
border-color: #E5835A;
}
</style>