Shades of Crusta #EE8457
Tints of Crusta #EE8457
RGB
CMYK
RGB Variations
Color information
#EE8457 (or 0xEE8457) is known color: Crusta. HEX triplet: EE, 84 and 57. RGB value is (238,132,87). Sum of RGB (Red+Green+Blue) = 238+132+87=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8457 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8457 is #117BA8. Grayscale: #9E9E9E. Windows color (decimal): -1145769 or 5735662. OLE color: 5735662.
HSL color Cylindrical-coordinate representation of color #EE8457: hue angle of 17.88º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE8457 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 87 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.07 |
| HSL | 17.88º | 0.82% | 0.64% | - |
| HSV(B) | 17.88º | 0.63% | 0.93% | - |
| XYZ | 45.23 | 35.37 | 13.46 | - |
| YUV | 158.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 87 | 0 | 0.45 | 0.63 | 0.07 | 17.88 | 0.82 | 0.64 |
| Hex | EE | 84 | 57 | 0 | 2D | 3F | 7 | 12 | 52 | 40 |
| Octal | 356 | 204 | 127 | 0 | 55 | 77 | 7 | 22 | 122 | 100 |
| Binary | 11101110 | 10000100 | 1010111 | 0 | 101101 | 111111 | 111 | 10010 | 1010010 | 1000000 |
Color Harmonies of #EE8457
Complementary color
Monochromatic Colors of #EE8457
Black with #EE8457
Text Example
Text Example
White with #EE8457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8457; }
p { color: rgb(238,132,87); }
H1.HeaderClassName
{
color: #EE8457;
}
.AnyTagClassName
{
color: #EE8457;
}
</style>
background-color css
<style>
a { background-color: #EE8457; }
a { background-color: rgb(238,132,87); }
div.DivClassName
{
background-color: #EE8457;
}
.BgClassName
{
background-color: #EE8457;
}
</style>
border-color css
<style>
span { border-color: #EE8457; }
span { border-color: rgb(238,132,87); }
td.TdClassName
{
border-color: #EE8457;
}
.TagClassName
{
border-color: #EE8457;
}
</style>