Shades of Crusta #EE8565
Tints of Crusta #EE8565
RGB
CMYK
RGB Variations
Color information
#EE8565 (or 0xEE8565) is known color: Crusta. HEX triplet: EE, 85 and 65. RGB value is (238,133,101). Sum of RGB (Red+Green+Blue) = 238+133+101=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8565 is #117A9A. Grayscale: #A0A0A0. Windows color (decimal): -1145499 or 6653422. OLE color: 6653422.
HSL color Cylindrical-coordinate representation of color #EE8565: hue angle of 14.01º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE8565 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 101 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.01º | 0.8% | 0.66% | - |
| HSV(B) | 14.01º | 0.58% | 0.93% | - |
| XYZ | 46 | 35.89 | 16.82 | - |
| YUV | 160.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 101 | 0 | 0.44 | 0.58 | 0.07 | 14.01 | 0.8 | 0.66 |
| Hex | EE | 85 | 65 | 0 | 2C | 3A | 7 | E | 50 | 42 |
| Octal | 356 | 205 | 145 | 0 | 54 | 72 | 7 | 16 | 120 | 102 |
| Binary | 11101110 | 10000101 | 1100101 | 0 | 101100 | 111010 | 111 | 1110 | 1010000 | 1000010 |
Color Harmonies of #EE8565
Complementary color
Monochromatic Colors of #EE8565
Black with #EE8565
Text Example
Text Example
White with #EE8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8565; }
p { color: rgb(238,133,101); }
H1.HeaderClassName
{
color: #EE8565;
}
.AnyTagClassName
{
color: #EE8565;
}
</style>
background-color css
<style>
a { background-color: #EE8565; }
a { background-color: rgb(238,133,101); }
div.DivClassName
{
background-color: #EE8565;
}
.BgClassName
{
background-color: #EE8565;
}
</style>
border-color css
<style>
span { border-color: #EE8565; }
span { border-color: rgb(238,133,101); }
td.TdClassName
{
border-color: #EE8565;
}
.TagClassName
{
border-color: #EE8565;
}
</style>