Shades of Crusta #EF875B
Tints of Crusta #EF875B
RGB
CMYK
RGB Variations
Color information
#EF875B (or 0xEF875B) is known color: Crusta. HEX triplet: EF, 87 and 5B. RGB value is (239,135,91). Sum of RGB (Red+Green+Blue) = 239+135+91=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF875B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF875B is #1078A4. Grayscale: #A1A1A1. Windows color (decimal): -1079461 or 5998575. OLE color: 5998575.
HSL color Cylindrical-coordinate representation of color #EF875B: hue angle of 17.84º 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 #EF875B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 91 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.06 |
| HSL | 17.84º | 0.82% | 0.65% | - |
| HSV(B) | 17.84º | 0.62% | 0.94% | - |
| XYZ | 46.15 | 36.43 | 14.5 | - |
| YUV | 161.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 91 | 0 | 0.44 | 0.62 | 0.06 | 17.84 | 0.82 | 0.65 |
| Hex | EF | 87 | 5B | 0 | 2C | 3E | 6 | 12 | 52 | 41 |
| Octal | 357 | 207 | 133 | 0 | 54 | 76 | 6 | 22 | 122 | 101 |
| Binary | 11101111 | 10000111 | 1011011 | 0 | 101100 | 111110 | 110 | 10010 | 1010010 | 1000001 |
Color Harmonies of #EF875B
Complementary color
Monochromatic Colors of #EF875B
Black with #EF875B
Text Example
Text Example
White with #EF875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF875B; }
p { color: rgb(239,135,91); }
H1.HeaderClassName
{
color: #EF875B;
}
.AnyTagClassName
{
color: #EF875B;
}
</style>
background-color css
<style>
a { background-color: #EF875B; }
a { background-color: rgb(239,135,91); }
div.DivClassName
{
background-color: #EF875B;
}
.BgClassName
{
background-color: #EF875B;
}
</style>
border-color css
<style>
span { border-color: #EF875B; }
span { border-color: rgb(239,135,91); }
td.TdClassName
{
border-color: #EF875B;
}
.TagClassName
{
border-color: #EF875B;
}
</style>