Shades of Crusta #E7825B
Tints of Crusta #E7825B
RGB
CMYK
RGB Variations
Color information
#E7825B (or 0xE7825B) is known color: Crusta. HEX triplet: E7, 82 and 5B. RGB value is (231,130,91). Sum of RGB (Red+Green+Blue) = 231+130+91=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7825B is #187DA4. Grayscale: #9C9C9C. Windows color (decimal): -1605029 or 5997287. OLE color: 5997287.
HSL color Cylindrical-coordinate representation of color #E7825B: hue angle of 16.71º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7825B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 130 | 91 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.09 |
| HSL | 16.71º | 0.74% | 0.63% | - |
| HSV(B) | 16.71º | 0.61% | 0.91% | - |
| XYZ | 42.83 | 33.71 | 14.15 | - |
| YUV | 155.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 130 | 91 | 0 | 0.44 | 0.61 | 0.09 | 16.71 | 0.74 | 0.63 |
| Hex | E7 | 82 | 5B | 0 | 2C | 3D | 9 | 11 | 4A | 3F |
| Octal | 347 | 202 | 133 | 0 | 54 | 75 | 11 | 21 | 112 | 77 |
| Binary | 11100111 | 10000010 | 1011011 | 0 | 101100 | 111101 | 1001 | 10001 | 1001010 | 111111 |
Color Harmonies of #E7825B
Complementary color
Monochromatic Colors of #E7825B
Black with #E7825B
Text Example
Text Example
White with #E7825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7825B; }
p { color: rgb(231,130,91); }
H1.HeaderClassName
{
color: #E7825B;
}
.AnyTagClassName
{
color: #E7825B;
}
</style>
background-color css
<style>
a { background-color: #E7825B; }
a { background-color: rgb(231,130,91); }
div.DivClassName
{
background-color: #E7825B;
}
.BgClassName
{
background-color: #E7825B;
}
</style>
border-color css
<style>
span { border-color: #E7825B; }
span { border-color: rgb(231,130,91); }
td.TdClassName
{
border-color: #E7825B;
}
.TagClassName
{
border-color: #E7825B;
}
</style>