Shades of Crusta #EF8766
Tints of Crusta #EF8766
RGB
CMYK
RGB Variations
Color information
#EF8766 (or 0xEF8766) is known color: Crusta. HEX triplet: EF, 87 and 66. RGB value is (239,135,102). Sum of RGB (Red+Green+Blue) = 239+135+102=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8766 is #107899. Grayscale: #A2A2A2. Windows color (decimal): -1079450 or 6719471. OLE color: 6719471.
HSL color Cylindrical-coordinate representation of color #EF8766: hue angle of 14.45º 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 #EF8766 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 102 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.06 |
| HSL | 14.45º | 0.81% | 0.67% | - |
| HSV(B) | 14.45º | 0.57% | 0.94% | - |
| XYZ | 46.66 | 36.64 | 17.18 | - |
| YUV | 162.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 102 | 0 | 0.44 | 0.57 | 0.06 | 14.45 | 0.81 | 0.67 |
| Hex | EF | 87 | 66 | 0 | 2C | 39 | 6 | E | 51 | 43 |
| Octal | 357 | 207 | 146 | 0 | 54 | 71 | 6 | 16 | 121 | 103 |
| Binary | 11101111 | 10000111 | 1100110 | 0 | 101100 | 111001 | 110 | 1110 | 1010001 | 1000011 |
Color Harmonies of #EF8766
Complementary color
Monochromatic Colors of #EF8766
Black with #EF8766
Text Example
Text Example
White with #EF8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8766; }
p { color: rgb(239,135,102); }
H1.HeaderClassName
{
color: #EF8766;
}
.AnyTagClassName
{
color: #EF8766;
}
</style>
background-color css
<style>
a { background-color: #EF8766; }
a { background-color: rgb(239,135,102); }
div.DivClassName
{
background-color: #EF8766;
}
.BgClassName
{
background-color: #EF8766;
}
</style>
border-color css
<style>
span { border-color: #EF8766; }
span { border-color: rgb(239,135,102); }
td.TdClassName
{
border-color: #EF8766;
}
.TagClassName
{
border-color: #EF8766;
}
</style>