Shades of Crusta #EF894D
Tints of Crusta #EF894D
RGB
CMYK
RGB Variations
Color information
#EF894D (or 0xEF894D) is known color: Crusta. HEX triplet: EF, 89 and 4D. RGB value is (239,137,77). Sum of RGB (Red+Green+Blue) = 239+137+77=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF894D is #1076B2. Grayscale: #A1A1A1. Windows color (decimal): -1078963 or 5081583. OLE color: 5081583.
HSL color Cylindrical-coordinate representation of color #EF894D: hue angle of 22.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF894D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 137 | 77 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.06 |
| HSL | 22.22º | 0.84% | 0.62% | - |
| HSV(B) | 22.22º | 0.68% | 0.94% | - |
| XYZ | 45.88 | 36.78 | 11.7 | - |
| YUV | 160.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 137 | 77 | 0 | 0.43 | 0.68 | 0.06 | 22.22 | 0.84 | 0.62 |
| Hex | EF | 89 | 4D | 0 | 2B | 44 | 6 | 16 | 54 | 3E |
| Octal | 357 | 211 | 115 | 0 | 53 | 104 | 6 | 26 | 124 | 76 |
| Binary | 11101111 | 10001001 | 1001101 | 0 | 101011 | 1000100 | 110 | 10110 | 1010100 | 111110 |
Color Harmonies of #EF894D
Complementary color
Monochromatic Colors of #EF894D
Black with #EF894D
Text Example
Text Example
White with #EF894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF894D; }
p { color: rgb(239,137,77); }
H1.HeaderClassName
{
color: #EF894D;
}
.AnyTagClassName
{
color: #EF894D;
}
</style>
background-color css
<style>
a { background-color: #EF894D; }
a { background-color: rgb(239,137,77); }
div.DivClassName
{
background-color: #EF894D;
}
.BgClassName
{
background-color: #EF894D;
}
</style>
border-color css
<style>
span { border-color: #EF894D; }
span { border-color: rgb(239,137,77); }
td.TdClassName
{
border-color: #EF894D;
}
.TagClassName
{
border-color: #EF894D;
}
</style>