Shades of Crusta #EF8764
Tints of Crusta #EF8764
RGB
CMYK
RGB Variations
Color information
#EF8764 (or 0xEF8764) is known color: Crusta. HEX triplet: EF, 87 and 64. RGB value is (239,135,100). Sum of RGB (Red+Green+Blue) = 239+135+100=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8764 is #10789B. Grayscale: #A2A2A2. Windows color (decimal): -1079452 or 6588399. OLE color: 6588399.
HSL color Cylindrical-coordinate representation of color #EF8764: hue angle of 15.11º 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 #EF8764 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 100 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.06 |
| HSL | 15.11º | 0.81% | 0.66% | - |
| HSV(B) | 15.11º | 0.58% | 0.94% | - |
| XYZ | 46.56 | 36.6 | 16.67 | - |
| YUV | 162.11 | 92.96 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 100 | 0 | 0.44 | 0.58 | 0.06 | 15.11 | 0.81 | 0.66 |
| Hex | EF | 87 | 64 | 0 | 2C | 3A | 6 | F | 51 | 42 |
| Octal | 357 | 207 | 144 | 0 | 54 | 72 | 6 | 17 | 121 | 102 |
| Binary | 11101111 | 10000111 | 1100100 | 0 | 101100 | 111010 | 110 | 1111 | 1010001 | 1000010 |
Color Harmonies of #EF8764
Complementary color
Monochromatic Colors of #EF8764
Black with #EF8764
Text Example
Text Example
White with #EF8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8764; }
p { color: rgb(239,135,100); }
H1.HeaderClassName
{
color: #EF8764;
}
.AnyTagClassName
{
color: #EF8764;
}
</style>
background-color css
<style>
a { background-color: #EF8764; }
a { background-color: rgb(239,135,100); }
div.DivClassName
{
background-color: #EF8764;
}
.BgClassName
{
background-color: #EF8764;
}
</style>
border-color css
<style>
span { border-color: #EF8764; }
span { border-color: rgb(239,135,100); }
td.TdClassName
{
border-color: #EF8764;
}
.TagClassName
{
border-color: #EF8764;
}
</style>