Shades of Crusta #EF8866
Tints of Crusta #EF8866
RGB
CMYK
RGB Variations
Color information
#EF8866 (or 0xEF8866) is known color: Crusta. HEX triplet: EF, 88 and 66. RGB value is (239,136,102). Sum of RGB (Red+Green+Blue) = 239+136+102=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8866 is #107799. Grayscale: #A3A3A3. Windows color (decimal): -1079194 or 6719727. OLE color: 6719727.
HSL color Cylindrical-coordinate representation of color #EF8866: hue angle of 14.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF8866 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 102 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.06 |
| HSL | 14.89º | 0.81% | 0.67% | - |
| HSV(B) | 14.89º | 0.57% | 0.94% | - |
| XYZ | 46.8 | 36.92 | 17.23 | - |
| YUV | 162.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 102 | 0 | 0.43 | 0.57 | 0.06 | 14.89 | 0.81 | 0.67 |
| Hex | EF | 88 | 66 | 0 | 2B | 39 | 6 | F | 51 | 43 |
| Octal | 357 | 210 | 146 | 0 | 53 | 71 | 6 | 17 | 121 | 103 |
| Binary | 11101111 | 10001000 | 1100110 | 0 | 101011 | 111001 | 110 | 1111 | 1010001 | 1000011 |
Color Harmonies of #EF8866
Complementary color
Monochromatic Colors of #EF8866
Black with #EF8866
Text Example
Text Example
White with #EF8866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8866; }
p { color: rgb(239,136,102); }
H1.HeaderClassName
{
color: #EF8866;
}
.AnyTagClassName
{
color: #EF8866;
}
</style>
background-color css
<style>
a { background-color: #EF8866; }
a { background-color: rgb(239,136,102); }
div.DivClassName
{
background-color: #EF8866;
}
.BgClassName
{
background-color: #EF8866;
}
</style>
border-color css
<style>
span { border-color: #EF8866; }
span { border-color: rgb(239,136,102); }
td.TdClassName
{
border-color: #EF8866;
}
.TagClassName
{
border-color: #EF8866;
}
</style>