Shades of Crusta #EF8763
Tints of Crusta #EF8763
RGB
CMYK
RGB Variations
Color information
#EF8763 (or 0xEF8763) is known color: Crusta. HEX triplet: EF, 87 and 63. RGB value is (239,135,99). Sum of RGB (Red+Green+Blue) = 239+135+99=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8763 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8763 is #10789C. Grayscale: #A2A2A2. Windows color (decimal): -1079453 or 6522863. OLE color: 6522863.
HSL color Cylindrical-coordinate representation of color #EF8763: hue angle of 15.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF8763 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 99 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.06 |
| HSL | 15.43º | 0.81% | 0.66% | - |
| HSV(B) | 15.43º | 0.59% | 0.94% | - |
| XYZ | 46.51 | 36.58 | 16.41 | - |
| YUV | 161.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 99 | 0 | 0.44 | 0.59 | 0.06 | 15.43 | 0.81 | 0.66 |
| Hex | EF | 87 | 63 | 0 | 2C | 3B | 6 | F | 51 | 42 |
| Octal | 357 | 207 | 143 | 0 | 54 | 73 | 6 | 17 | 121 | 102 |
| Binary | 11101111 | 10000111 | 1100011 | 0 | 101100 | 111011 | 110 | 1111 | 1010001 | 1000010 |
Color Harmonies of #EF8763
Complementary color
Monochromatic Colors of #EF8763
Black with #EF8763
Text Example
Text Example
White with #EF8763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8763; }
p { color: rgb(239,135,99); }
H1.HeaderClassName
{
color: #EF8763;
}
.AnyTagClassName
{
color: #EF8763;
}
</style>
background-color css
<style>
a { background-color: #EF8763; }
a { background-color: rgb(239,135,99); }
div.DivClassName
{
background-color: #EF8763;
}
.BgClassName
{
background-color: #EF8763;
}
</style>
border-color css
<style>
span { border-color: #EF8763; }
span { border-color: rgb(239,135,99); }
td.TdClassName
{
border-color: #EF8763;
}
.TagClassName
{
border-color: #EF8763;
}
</style>