Shades of Crusta #EE8865
Tints of Crusta #EE8865
RGB
CMYK
RGB Variations
Color information
#EE8865 (or 0xEE8865) is known color: Crusta. HEX triplet: EE, 88 and 65. RGB value is (238,136,101). Sum of RGB (Red+Green+Blue) = 238+136+101=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8865 is #11779A. Grayscale: #A2A2A2. Windows color (decimal): -1144731 or 6654190. OLE color: 6654190.
HSL color Cylindrical-coordinate representation of color #EE8865: hue angle of 15.33º 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 #EE8865 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 101 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.33º | 0.8% | 0.66% | - |
| HSV(B) | 15.33º | 0.58% | 0.93% | - |
| XYZ | 46.41 | 36.73 | 16.95 | - |
| YUV | 162.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 101 | 0 | 0.43 | 0.58 | 0.07 | 15.33 | 0.8 | 0.66 |
| Hex | EE | 88 | 65 | 0 | 2B | 3A | 7 | F | 50 | 42 |
| Octal | 356 | 210 | 145 | 0 | 53 | 72 | 7 | 17 | 120 | 102 |
| Binary | 11101110 | 10001000 | 1100101 | 0 | 101011 | 111010 | 111 | 1111 | 1010000 | 1000010 |
Color Harmonies of #EE8865
Complementary color
Monochromatic Colors of #EE8865
Black with #EE8865
Text Example
Text Example
White with #EE8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8865; }
p { color: rgb(238,136,101); }
H1.HeaderClassName
{
color: #EE8865;
}
.AnyTagClassName
{
color: #EE8865;
}
</style>
background-color css
<style>
a { background-color: #EE8865; }
a { background-color: rgb(238,136,101); }
div.DivClassName
{
background-color: #EE8865;
}
.BgClassName
{
background-color: #EE8865;
}
</style>
border-color css
<style>
span { border-color: #EE8865; }
span { border-color: rgb(238,136,101); }
td.TdClassName
{
border-color: #EE8865;
}
.TagClassName
{
border-color: #EE8865;
}
</style>