Shades of Crusta #EF8753
Tints of Crusta #EF8753
RGB
CMYK
RGB Variations
Color information
#EF8753 (or 0xEF8753) is known color: Crusta. HEX triplet: EF, 87 and 53. RGB value is (239,135,83). Sum of RGB (Red+Green+Blue) = 239+135+83=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8753 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8753 is #1078AC. Grayscale: #A0A0A0. Windows color (decimal): -1079469 or 5474287. OLE color: 5474287.
HSL color Cylindrical-coordinate representation of color #EF8753: hue angle of 20º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF8753 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 83 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.06 |
| HSL | 20º | 0.83% | 0.63% | - |
| HSV(B) | 20º | 0.65% | 0.94% | - |
| XYZ | 45.82 | 36.3 | 12.78 | - |
| YUV | 160.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 83 | 0 | 0.44 | 0.65 | 0.06 | 20 | 0.83 | 0.63 |
| Hex | EF | 87 | 53 | 0 | 2C | 41 | 6 | 14 | 53 | 3F |
| Octal | 357 | 207 | 123 | 0 | 54 | 101 | 6 | 24 | 123 | 77 |
| Binary | 11101111 | 10000111 | 1010011 | 0 | 101100 | 1000001 | 110 | 10100 | 1010011 | 111111 |
Color Harmonies of #EF8753
Complementary color
Monochromatic Colors of #EF8753
Black with #EF8753
Text Example
Text Example
White with #EF8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8753; }
p { color: rgb(239,135,83); }
H1.HeaderClassName
{
color: #EF8753;
}
.AnyTagClassName
{
color: #EF8753;
}
</style>
background-color css
<style>
a { background-color: #EF8753; }
a { background-color: rgb(239,135,83); }
div.DivClassName
{
background-color: #EF8753;
}
.BgClassName
{
background-color: #EF8753;
}
</style>
border-color css
<style>
span { border-color: #EF8753; }
span { border-color: rgb(239,135,83); }
td.TdClassName
{
border-color: #EF8753;
}
.TagClassName
{
border-color: #EF8753;
}
</style>