Shades of Crusta #EF895D
Tints of Crusta #EF895D
RGB
CMYK
RGB Variations
Color information
#EF895D (or 0xEF895D) is known color: Crusta. HEX triplet: EF, 89 and 5D. RGB value is (239,137,93). Sum of RGB (Red+Green+Blue) = 239+137+93=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF895D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF895D is #1076A2. Grayscale: #A2A2A2. Windows color (decimal): -1078947 or 6130159. OLE color: 6130159.
HSL color Cylindrical-coordinate representation of color #EF895D: hue angle of 18.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF895D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 93 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.06 |
| HSL | 18.08º | 0.82% | 0.65% | - |
| HSV(B) | 18.08º | 0.61% | 0.94% | - |
| XYZ | 46.52 | 37.03 | 15.05 | - |
| YUV | 162.48 | 88.79 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 93 | 0 | 0.43 | 0.61 | 0.06 | 18.08 | 0.82 | 0.65 |
| Hex | EF | 89 | 5D | 0 | 2B | 3D | 6 | 12 | 52 | 41 |
| Octal | 357 | 211 | 135 | 0 | 53 | 75 | 6 | 22 | 122 | 101 |
| Binary | 11101111 | 10001001 | 1011101 | 0 | 101011 | 111101 | 110 | 10010 | 1010010 | 1000001 |
Color Harmonies of #EF895D
Complementary color
Monochromatic Colors of #EF895D
Black with #EF895D
Text Example
Text Example
White with #EF895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF895D; }
p { color: rgb(239,137,93); }
H1.HeaderClassName
{
color: #EF895D;
}
.AnyTagClassName
{
color: #EF895D;
}
</style>
background-color css
<style>
a { background-color: #EF895D; }
a { background-color: rgb(239,137,93); }
div.DivClassName
{
background-color: #EF895D;
}
.BgClassName
{
background-color: #EF895D;
}
</style>
border-color css
<style>
span { border-color: #EF895D; }
span { border-color: rgb(239,137,93); }
td.TdClassName
{
border-color: #EF895D;
}
.TagClassName
{
border-color: #EF895D;
}
</style>