Shades of Crusta #EE8956
Tints of Crusta #EE8956
RGB
CMYK
RGB Variations
Color information
#EE8956 (or 0xEE8956) is known color: Crusta. HEX triplet: EE, 89 and 56. RGB value is (238,137,86). Sum of RGB (Red+Green+Blue) = 238+137+86=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8956 is #1176A9. Grayscale: #A1A1A1. Windows color (decimal): -1144490 or 5671406. OLE color: 5671406.
HSL color Cylindrical-coordinate representation of color #EE8956: hue angle of 20.13º 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 #EE8956 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 86 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.07 |
| HSL | 20.13º | 0.82% | 0.64% | - |
| HSV(B) | 20.13º | 0.64% | 0.93% | - |
| XYZ | 45.89 | 36.74 | 13.48 | - |
| YUV | 161.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 86 | 0 | 0.42 | 0.64 | 0.07 | 20.13 | 0.82 | 0.64 |
| Hex | EE | 89 | 56 | 0 | 2A | 40 | 7 | 14 | 52 | 40 |
| Octal | 356 | 211 | 126 | 0 | 52 | 100 | 7 | 24 | 122 | 100 |
| Binary | 11101110 | 10001001 | 1010110 | 0 | 101010 | 1000000 | 111 | 10100 | 1010010 | 1000000 |
Color Harmonies of #EE8956
Complementary color
Monochromatic Colors of #EE8956
Black with #EE8956
Text Example
Text Example
White with #EE8956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8956; }
p { color: rgb(238,137,86); }
H1.HeaderClassName
{
color: #EE8956;
}
.AnyTagClassName
{
color: #EE8956;
}
</style>
background-color css
<style>
a { background-color: #EE8956; }
a { background-color: rgb(238,137,86); }
div.DivClassName
{
background-color: #EE8956;
}
.BgClassName
{
background-color: #EE8956;
}
</style>
border-color css
<style>
span { border-color: #EE8956; }
span { border-color: rgb(238,137,86); }
td.TdClassName
{
border-color: #EE8956;
}
.TagClassName
{
border-color: #EE8956;
}
</style>