Shades of Crusta #E5835B
Tints of Crusta #E5835B
RGB
CMYK
RGB Variations
Color information
#E5835B (or 0xE5835B) is known color: Crusta. HEX triplet: E5, 83 and 5B. RGB value is (229,131,91). Sum of RGB (Red+Green+Blue) = 229+131+91=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5835B is #1A7CA4. Grayscale: #9C9C9C. Windows color (decimal): -1735845 or 5997541. OLE color: 5997541.
HSL color Cylindrical-coordinate representation of color #E5835B: hue angle of 17.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5835B is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 91 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.10 |
| HSL | 17.39º | 0.73% | 0.63% | - |
| HSV(B) | 17.39º | 0.6% | 0.9% | - |
| XYZ | 42.32 | 33.65 | 14.16 | - |
| YUV | 155.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 91 | 0 | 0.43 | 0.60 | 0.10 | 17.39 | 0.73 | 0.63 |
| Hex | E5 | 83 | 5B | 0 | 2B | 3C | A | 11 | 49 | 3F |
| Octal | 345 | 203 | 133 | 0 | 53 | 74 | 12 | 21 | 111 | 77 |
| Binary | 11100101 | 10000011 | 1011011 | 0 | 101011 | 111100 | 1010 | 10001 | 1001001 | 111111 |
Color Harmonies of #E5835B
Complementary color
Monochromatic Colors of #E5835B
Black with #E5835B
Text Example
Text Example
White with #E5835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5835B; }
p { color: rgb(229,131,91); }
H1.HeaderClassName
{
color: #E5835B;
}
.AnyTagClassName
{
color: #E5835B;
}
</style>
background-color css
<style>
a { background-color: #E5835B; }
a { background-color: rgb(229,131,91); }
div.DivClassName
{
background-color: #E5835B;
}
.BgClassName
{
background-color: #E5835B;
}
</style>
border-color css
<style>
span { border-color: #E5835B; }
span { border-color: rgb(229,131,91); }
td.TdClassName
{
border-color: #E5835B;
}
.TagClassName
{
border-color: #E5835B;
}
</style>