Shades of Crusta #EF855F
Tints of Crusta #EF855F
RGB
CMYK
RGB Variations
Color information
#EF855F (or 0xEF855F) is known color: Crusta. HEX triplet: EF, 85 and 5F. RGB value is (239,133,95). Sum of RGB (Red+Green+Blue) = 239+133+95=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF855F is #107AA0. Grayscale: #A0A0A0. Windows color (decimal): -1079969 or 6260207. OLE color: 6260207.
HSL color Cylindrical-coordinate representation of color #EF855F: hue angle of 15.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF855F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.06 |
| HSL | 15.83º | 0.82% | 0.65% | - |
| HSV(B) | 15.83º | 0.6% | 0.94% | - |
| XYZ | 46.05 | 35.95 | 15.34 | - |
| YUV | 160.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 95 | 0 | 0.44 | 0.60 | 0.06 | 15.83 | 0.82 | 0.65 |
| Hex | EF | 85 | 5F | 0 | 2C | 3C | 6 | 10 | 52 | 41 |
| Octal | 357 | 205 | 137 | 0 | 54 | 74 | 6 | 20 | 122 | 101 |
| Binary | 11101111 | 10000101 | 1011111 | 0 | 101100 | 111100 | 110 | 10000 | 1010010 | 1000001 |
Color Harmonies of #EF855F
Complementary color
Monochromatic Colors of #EF855F
Black with #EF855F
Text Example
Text Example
White with #EF855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF855F; }
p { color: rgb(239,133,95); }
H1.HeaderClassName
{
color: #EF855F;
}
.AnyTagClassName
{
color: #EF855F;
}
</style>
background-color css
<style>
a { background-color: #EF855F; }
a { background-color: rgb(239,133,95); }
div.DivClassName
{
background-color: #EF855F;
}
.BgClassName
{
background-color: #EF855F;
}
</style>
border-color css
<style>
span { border-color: #EF855F; }
span { border-color: rgb(239,133,95); }
td.TdClassName
{
border-color: #EF855F;
}
.TagClassName
{
border-color: #EF855F;
}
</style>