Shades of Crusta #EE8061
Tints of Crusta #EE8061
RGB
CMYK
RGB Variations
Color information
#EE8061 (or 0xEE8061) is known color: Crusta. HEX triplet: EE, 80 and 61. RGB value is (238,128,97). Sum of RGB (Red+Green+Blue) = 238+128+97=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8061 is #117F9E. Grayscale: #9D9D9D. Windows color (decimal): -1146783 or 6389998. OLE color: 6389998.
HSL color Cylindrical-coordinate representation of color #EE8061: hue angle of 13.19º 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 #EE8061 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 97 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.07 |
| HSL | 13.19º | 0.81% | 0.66% | - |
| HSV(B) | 13.19º | 0.59% | 0.93% | - |
| XYZ | 45.14 | 34.48 | 15.59 | - |
| YUV | 157.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 97 | 0 | 0.46 | 0.59 | 0.07 | 13.19 | 0.81 | 0.66 |
| Hex | EE | 80 | 61 | 0 | 2E | 3B | 7 | D | 51 | 42 |
| Octal | 356 | 200 | 141 | 0 | 56 | 73 | 7 | 15 | 121 | 102 |
| Binary | 11101110 | 10000000 | 1100001 | 0 | 101110 | 111011 | 111 | 1101 | 1010001 | 1000010 |
Color Harmonies of #EE8061
Complementary color
Monochromatic Colors of #EE8061
Black with #EE8061
Text Example
Text Example
White with #EE8061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8061; }
p { color: rgb(238,128,97); }
H1.HeaderClassName
{
color: #EE8061;
}
.AnyTagClassName
{
color: #EE8061;
}
</style>
background-color css
<style>
a { background-color: #EE8061; }
a { background-color: rgb(238,128,97); }
div.DivClassName
{
background-color: #EE8061;
}
.BgClassName
{
background-color: #EE8061;
}
</style>
border-color css
<style>
span { border-color: #EE8061; }
span { border-color: rgb(238,128,97); }
td.TdClassName
{
border-color: #EE8061;
}
.TagClassName
{
border-color: #EE8061;
}
</style>