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