Shades of Crusta #EF8762
Tints of Crusta #EF8762
RGB
CMYK
RGB Variations
Color information
#EF8762 (or 0xEF8762) is known color: Crusta. HEX triplet: EF, 87 and 62. RGB value is (239,135,98). Sum of RGB (Red+Green+Blue) = 239+135+98=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8762 is #10789D. Grayscale: #A2A2A2. Windows color (decimal): -1079454 or 6457327. OLE color: 6457327.
HSL color Cylindrical-coordinate representation of color #EF8762: hue angle of 15.74º degrees, saturation: 0.82, 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 #EF8762 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 98 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.06 |
| HSL | 15.74º | 0.82% | 0.66% | - |
| HSV(B) | 15.74º | 0.59% | 0.94% | - |
| XYZ | 46.47 | 36.56 | 16.16 | - |
| YUV | 161.88 | 91.96 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 98 | 0 | 0.44 | 0.59 | 0.06 | 15.74 | 0.82 | 0.66 |
| Hex | EF | 87 | 62 | 0 | 2C | 3B | 6 | 10 | 52 | 42 |
| Octal | 357 | 207 | 142 | 0 | 54 | 73 | 6 | 20 | 122 | 102 |
| Binary | 11101111 | 10000111 | 1100010 | 0 | 101100 | 111011 | 110 | 10000 | 1010010 | 1000010 |
Color Harmonies of #EF8762
Complementary color
Monochromatic Colors of #EF8762
Black with #EF8762
Text Example
Text Example
White with #EF8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8762; }
p { color: rgb(239,135,98); }
H1.HeaderClassName
{
color: #EF8762;
}
.AnyTagClassName
{
color: #EF8762;
}
</style>
background-color css
<style>
a { background-color: #EF8762; }
a { background-color: rgb(239,135,98); }
div.DivClassName
{
background-color: #EF8762;
}
.BgClassName
{
background-color: #EF8762;
}
</style>
border-color css
<style>
span { border-color: #EF8762; }
span { border-color: rgb(239,135,98); }
td.TdClassName
{
border-color: #EF8762;
}
.TagClassName
{
border-color: #EF8762;
}
</style>