Shades of Crusta #EE7F57
Tints of Crusta #EE7F57
RGB
CMYK
RGB Variations
Color information
#EE7F57 (or 0xEE7F57) is known color: Crusta. HEX triplet: EE, 7F and 57. RGB value is (238,127,87). Sum of RGB (Red+Green+Blue) = 238+127+87=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F57 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F57 is #1180A8. Grayscale: #9B9B9B. Windows color (decimal): -1147049 or 5734382. OLE color: 5734382.
HSL color Cylindrical-coordinate representation of color #EE7F57: hue angle of 15.89º 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 #EE7F57 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 87 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.07 |
| HSL | 15.89º | 0.82% | 0.64% | - |
| HSV(B) | 15.89º | 0.63% | 0.93% | - |
| XYZ | 44.57 | 34.04 | 13.24 | - |
| YUV | 155.63 | 89.27 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 87 | 0 | 0.47 | 0.63 | 0.07 | 15.89 | 0.82 | 0.64 |
| Hex | EE | 7F | 57 | 0 | 2F | 3F | 7 | 10 | 52 | 40 |
| Octal | 356 | 177 | 127 | 0 | 57 | 77 | 7 | 20 | 122 | 100 |
| Binary | 11101110 | 1111111 | 1010111 | 0 | 101111 | 111111 | 111 | 10000 | 1010010 | 1000000 |
Color Harmonies of #EE7F57
Complementary color
Monochromatic Colors of #EE7F57
Black with #EE7F57
Text Example
Text Example
White with #EE7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F57; }
p { color: rgb(238,127,87); }
H1.HeaderClassName
{
color: #EE7F57;
}
.AnyTagClassName
{
color: #EE7F57;
}
</style>
background-color css
<style>
a { background-color: #EE7F57; }
a { background-color: rgb(238,127,87); }
div.DivClassName
{
background-color: #EE7F57;
}
.BgClassName
{
background-color: #EE7F57;
}
</style>
border-color css
<style>
span { border-color: #EE7F57; }
span { border-color: rgb(238,127,87); }
td.TdClassName
{
border-color: #EE7F57;
}
.TagClassName
{
border-color: #EE7F57;
}
</style>