Shades of Crusta #EF895B
Tints of Crusta #EF895B
RGB
CMYK
RGB Variations
Color information
#EF895B (or 0xEF895B) is known color: Crusta. HEX triplet: EF, 89 and 5B. RGB value is (239,137,91). Sum of RGB (Red+Green+Blue) = 239+137+91=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF895B is #1076A4. Grayscale: #A2A2A2. Windows color (decimal): -1078949 or 5999087. OLE color: 5999087.
HSL color Cylindrical-coordinate representation of color #EF895B: hue angle of 18.65º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF895B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 91 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.06 |
| HSL | 18.65º | 0.82% | 0.65% | - |
| HSV(B) | 18.65º | 0.62% | 0.94% | - |
| XYZ | 46.43 | 37 | 14.59 | - |
| YUV | 162.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 91 | 0 | 0.43 | 0.62 | 0.06 | 18.65 | 0.82 | 0.65 |
| Hex | EF | 89 | 5B | 0 | 2B | 3E | 6 | 13 | 52 | 41 |
| Octal | 357 | 211 | 133 | 0 | 53 | 76 | 6 | 23 | 122 | 101 |
| Binary | 11101111 | 10001001 | 1011011 | 0 | 101011 | 111110 | 110 | 10011 | 1010010 | 1000001 |
Color Harmonies of #EF895B
Complementary color
Monochromatic Colors of #EF895B
Black with #EF895B
Text Example
Text Example
White with #EF895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF895B; }
p { color: rgb(239,137,91); }
H1.HeaderClassName
{
color: #EF895B;
}
.AnyTagClassName
{
color: #EF895B;
}
</style>
background-color css
<style>
a { background-color: #EF895B; }
a { background-color: rgb(239,137,91); }
div.DivClassName
{
background-color: #EF895B;
}
.BgClassName
{
background-color: #EF895B;
}
</style>
border-color css
<style>
span { border-color: #EF895B; }
span { border-color: rgb(239,137,91); }
td.TdClassName
{
border-color: #EF895B;
}
.TagClassName
{
border-color: #EF895B;
}
</style>