Shades of Crusta #EE8961
Tints of Crusta #EE8961
RGB
CMYK
RGB Variations
Color information
#EE8961 (or 0xEE8961) is known color: Crusta. HEX triplet: EE, 89 and 61. RGB value is (238,137,97). Sum of RGB (Red+Green+Blue) = 238+137+97=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8961 is #11769E. Grayscale: #A2A2A2. Windows color (decimal): -1144479 or 6392302. OLE color: 6392302.
HSL color Cylindrical-coordinate representation of color #EE8961: hue angle of 17.02º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE8961 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 97 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.07 |
| HSL | 17.02º | 0.81% | 0.66% | - |
| HSV(B) | 17.02º | 0.59% | 0.93% | - |
| XYZ | 46.36 | 36.93 | 15.99 | - |
| YUV | 162.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 97 | 0 | 0.42 | 0.59 | 0.07 | 17.02 | 0.81 | 0.66 |
| Hex | EE | 89 | 61 | 0 | 2A | 3B | 7 | 11 | 51 | 42 |
| Octal | 356 | 211 | 141 | 0 | 52 | 73 | 7 | 21 | 121 | 102 |
| Binary | 11101110 | 10001001 | 1100001 | 0 | 101010 | 111011 | 111 | 10001 | 1010001 | 1000010 |
Color Harmonies of #EE8961
Complementary color
Monochromatic Colors of #EE8961
Black with #EE8961
Text Example
Text Example
White with #EE8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8961; }
p { color: rgb(238,137,97); }
H1.HeaderClassName
{
color: #EE8961;
}
.AnyTagClassName
{
color: #EE8961;
}
</style>
background-color css
<style>
a { background-color: #EE8961; }
a { background-color: rgb(238,137,97); }
div.DivClassName
{
background-color: #EE8961;
}
.BgClassName
{
background-color: #EE8961;
}
</style>
border-color css
<style>
span { border-color: #EE8961; }
span { border-color: rgb(238,137,97); }
td.TdClassName
{
border-color: #EE8961;
}
.TagClassName
{
border-color: #EE8961;
}
</style>