Shades of Crusta #EE8F56
Tints of Crusta #EE8F56
RGB
CMYK
RGB Variations
Color information
#EE8F56 (or 0xEE8F56) is known color: Crusta. HEX triplet: EE, 8F and 56. RGB value is (238,143,86). Sum of RGB (Red+Green+Blue) = 238+143+86=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F56 is #1170A9. Grayscale: #A5A5A5. Windows color (decimal): -1142954 or 5672942. OLE color: 5672942.
HSL color Cylindrical-coordinate representation of color #EE8F56: hue angle of 22.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE8F56 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 86 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.07 |
| HSL | 22.5º | 0.82% | 0.64% | - |
| HSV(B) | 22.5º | 0.64% | 0.93% | - |
| XYZ | 46.76 | 38.49 | 13.77 | - |
| YUV | 164.91 | 83.47 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 86 | 0 | 0.40 | 0.64 | 0.07 | 22.5 | 0.82 | 0.64 |
| Hex | EE | 8F | 56 | 0 | 28 | 40 | 7 | 16 | 52 | 40 |
| Octal | 356 | 217 | 126 | 0 | 50 | 100 | 7 | 26 | 122 | 100 |
| Binary | 11101110 | 10001111 | 1010110 | 0 | 101000 | 1000000 | 111 | 10110 | 1010010 | 1000000 |
Color Harmonies of #EE8F56
Complementary color
Monochromatic Colors of #EE8F56
Black with #EE8F56
Text Example
Text Example
White with #EE8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F56; }
p { color: rgb(238,143,86); }
H1.HeaderClassName
{
color: #EE8F56;
}
.AnyTagClassName
{
color: #EE8F56;
}
</style>
background-color css
<style>
a { background-color: #EE8F56; }
a { background-color: rgb(238,143,86); }
div.DivClassName
{
background-color: #EE8F56;
}
.BgClassName
{
background-color: #EE8F56;
}
</style>
border-color css
<style>
span { border-color: #EE8F56; }
span { border-color: rgb(238,143,86); }
td.TdClassName
{
border-color: #EE8F56;
}
.TagClassName
{
border-color: #EE8F56;
}
</style>