Shades of Crusta #EF8966
Tints of Crusta #EF8966
RGB
CMYK
RGB Variations
Color information
#EF8966 (or 0xEF8966) is known color: Crusta. HEX triplet: EF, 89 and 66. RGB value is (239,137,102). Sum of RGB (Red+Green+Blue) = 239+137+102=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8966 is #107699. Grayscale: #A3A3A3. Windows color (decimal): -1078938 or 6719983. OLE color: 6719983.
HSL color Cylindrical-coordinate representation of color #EF8966: hue angle of 15.33º 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 #EF8966 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 102 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.06 |
| HSL | 15.33º | 0.81% | 0.67% | - |
| HSV(B) | 15.33º | 0.57% | 0.94% | - |
| XYZ | 46.94 | 37.2 | 17.28 | - |
| YUV | 163.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 102 | 0 | 0.43 | 0.57 | 0.06 | 15.33 | 0.81 | 0.67 |
| Hex | EF | 89 | 66 | 0 | 2B | 39 | 6 | F | 51 | 43 |
| Octal | 357 | 211 | 146 | 0 | 53 | 71 | 6 | 17 | 121 | 103 |
| Binary | 11101111 | 10001001 | 1100110 | 0 | 101011 | 111001 | 110 | 1111 | 1010001 | 1000011 |
Color Harmonies of #EF8966
Complementary color
Monochromatic Colors of #EF8966
Black with #EF8966
Text Example
Text Example
White with #EF8966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8966; }
p { color: rgb(239,137,102); }
H1.HeaderClassName
{
color: #EF8966;
}
.AnyTagClassName
{
color: #EF8966;
}
</style>
background-color css
<style>
a { background-color: #EF8966; }
a { background-color: rgb(239,137,102); }
div.DivClassName
{
background-color: #EF8966;
}
.BgClassName
{
background-color: #EF8966;
}
</style>
border-color css
<style>
span { border-color: #EF8966; }
span { border-color: rgb(239,137,102); }
td.TdClassName
{
border-color: #EF8966;
}
.TagClassName
{
border-color: #EF8966;
}
</style>