Shades of Crusta #EF8664
Tints of Crusta #EF8664
RGB
CMYK
RGB Variations
Color information
#EF8664 (or 0xEF8664) is known color: Crusta. HEX triplet: EF, 86 and 64. RGB value is (239,134,100). Sum of RGB (Red+Green+Blue) = 239+134+100=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8664 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8664 is #10799B. Grayscale: #A1A1A1. Windows color (decimal): -1079708 or 6588143. OLE color: 6588143.
HSL color Cylindrical-coordinate representation of color #EF8664: hue angle of 14.68º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF8664 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 100 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.06 |
| HSL | 14.68º | 0.81% | 0.66% | - |
| HSV(B) | 14.68º | 0.58% | 0.94% | - |
| XYZ | 46.42 | 36.32 | 16.62 | - |
| YUV | 161.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 100 | 0 | 0.44 | 0.58 | 0.06 | 14.68 | 0.81 | 0.66 |
| Hex | EF | 86 | 64 | 0 | 2C | 3A | 6 | F | 51 | 42 |
| Octal | 357 | 206 | 144 | 0 | 54 | 72 | 6 | 17 | 121 | 102 |
| Binary | 11101111 | 10000110 | 1100100 | 0 | 101100 | 111010 | 110 | 1111 | 1010001 | 1000010 |
Color Harmonies of #EF8664
Complementary color
Monochromatic Colors of #EF8664
Black with #EF8664
Text Example
Text Example
White with #EF8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8664; }
p { color: rgb(239,134,100); }
H1.HeaderClassName
{
color: #EF8664;
}
.AnyTagClassName
{
color: #EF8664;
}
</style>
background-color css
<style>
a { background-color: #EF8664; }
a { background-color: rgb(239,134,100); }
div.DivClassName
{
background-color: #EF8664;
}
.BgClassName
{
background-color: #EF8664;
}
</style>
border-color css
<style>
span { border-color: #EF8664; }
span { border-color: rgb(239,134,100); }
td.TdClassName
{
border-color: #EF8664;
}
.TagClassName
{
border-color: #EF8664;
}
</style>