Shades of Crusta #EE8C56
Tints of Crusta #EE8C56
RGB
CMYK
RGB Variations
Color information
#EE8C56 (or 0xEE8C56) is known color: Crusta. HEX triplet: EE, 8C and 56. RGB value is (238,140,86). Sum of RGB (Red+Green+Blue) = 238+140+86=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C56 is #1173A9. Grayscale: #A3A3A3. Windows color (decimal): -1143722 or 5672174. OLE color: 5672174.
HSL color Cylindrical-coordinate representation of color #EE8C56: hue angle of 21.32º 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 #EE8C56 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 86 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.07 |
| HSL | 21.32º | 0.82% | 0.64% | - |
| HSV(B) | 21.32º | 0.64% | 0.93% | - |
| XYZ | 46.32 | 37.61 | 13.62 | - |
| YUV | 163.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 86 | 0 | 0.41 | 0.64 | 0.07 | 21.32 | 0.82 | 0.64 |
| Hex | EE | 8C | 56 | 0 | 29 | 40 | 7 | 15 | 52 | 40 |
| Octal | 356 | 214 | 126 | 0 | 51 | 100 | 7 | 25 | 122 | 100 |
| Binary | 11101110 | 10001100 | 1010110 | 0 | 101001 | 1000000 | 111 | 10101 | 1010010 | 1000000 |
Color Harmonies of #EE8C56
Complementary color
Monochromatic Colors of #EE8C56
Black with #EE8C56
Text Example
Text Example
White with #EE8C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C56; }
p { color: rgb(238,140,86); }
H1.HeaderClassName
{
color: #EE8C56;
}
.AnyTagClassName
{
color: #EE8C56;
}
</style>
background-color css
<style>
a { background-color: #EE8C56; }
a { background-color: rgb(238,140,86); }
div.DivClassName
{
background-color: #EE8C56;
}
.BgClassName
{
background-color: #EE8C56;
}
</style>
border-color css
<style>
span { border-color: #EE8C56; }
span { border-color: rgb(238,140,86); }
td.TdClassName
{
border-color: #EE8C56;
}
.TagClassName
{
border-color: #EE8C56;
}
</style>