Shades of Crusta #EE8666
Tints of Crusta #EE8666
RGB
CMYK
RGB Variations
Color information
#EE8666 (or 0xEE8666) is known color: Crusta. HEX triplet: EE, 86 and 66. RGB value is (238,134,102). Sum of RGB (Red+Green+Blue) = 238+134+102=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8666 is #117999. Grayscale: #A1A1A1. Windows color (decimal): -1145242 or 6719214. OLE color: 6719214.
HSL color Cylindrical-coordinate representation of color #EE8666: hue angle of 14.12º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE8666 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 102 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.07 |
| HSL | 14.12º | 0.8% | 0.67% | - |
| HSV(B) | 14.12º | 0.57% | 0.93% | - |
| XYZ | 46.18 | 36.19 | 17.12 | - |
| YUV | 161.45 | 94.46 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 102 | 0 | 0.44 | 0.57 | 0.07 | 14.12 | 0.8 | 0.67 |
| Hex | EE | 86 | 66 | 0 | 2C | 39 | 7 | E | 50 | 43 |
| Octal | 356 | 206 | 146 | 0 | 54 | 71 | 7 | 16 | 120 | 103 |
| Binary | 11101110 | 10000110 | 1100110 | 0 | 101100 | 111001 | 111 | 1110 | 1010000 | 1000011 |
Color Harmonies of #EE8666
Complementary color
Monochromatic Colors of #EE8666
Black with #EE8666
Text Example
Text Example
White with #EE8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8666; }
p { color: rgb(238,134,102); }
H1.HeaderClassName
{
color: #EE8666;
}
.AnyTagClassName
{
color: #EE8666;
}
</style>
background-color css
<style>
a { background-color: #EE8666; }
a { background-color: rgb(238,134,102); }
div.DivClassName
{
background-color: #EE8666;
}
.BgClassName
{
background-color: #EE8666;
}
</style>
border-color css
<style>
span { border-color: #EE8666; }
span { border-color: rgb(238,134,102); }
td.TdClassName
{
border-color: #EE8666;
}
.TagClassName
{
border-color: #EE8666;
}
</style>