Shades of Crusta #EF8652
Tints of Crusta #EF8652
RGB
CMYK
RGB Variations
Color information
#EF8652 (or 0xEF8652) is known color: Crusta. HEX triplet: EF, 86 and 52. RGB value is (239,134,82). Sum of RGB (Red+Green+Blue) = 239+134+82=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8652 is #1079AD. Grayscale: #9F9F9F. Windows color (decimal): -1079726 or 5408495. OLE color: 5408495.
HSL color Cylindrical-coordinate representation of color #EF8652: hue angle of 19.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF8652 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 82 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.06 |
| HSL | 19.87º | 0.83% | 0.63% | - |
| HSV(B) | 19.87º | 0.66% | 0.94% | - |
| XYZ | 45.64 | 36.01 | 12.53 | - |
| YUV | 159.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 82 | 0 | 0.44 | 0.66 | 0.06 | 19.87 | 0.83 | 0.63 |
| Hex | EF | 86 | 52 | 0 | 2C | 42 | 6 | 14 | 53 | 3F |
| Octal | 357 | 206 | 122 | 0 | 54 | 102 | 6 | 24 | 123 | 77 |
| Binary | 11101111 | 10000110 | 1010010 | 0 | 101100 | 1000010 | 110 | 10100 | 1010011 | 111111 |
Color Harmonies of #EF8652
Complementary color
Monochromatic Colors of #EF8652
Black with #EF8652
Text Example
Text Example
White with #EF8652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8652; }
p { color: rgb(239,134,82); }
H1.HeaderClassName
{
color: #EF8652;
}
.AnyTagClassName
{
color: #EF8652;
}
</style>
background-color css
<style>
a { background-color: #EF8652; }
a { background-color: rgb(239,134,82); }
div.DivClassName
{
background-color: #EF8652;
}
.BgClassName
{
background-color: #EF8652;
}
</style>
border-color css
<style>
span { border-color: #EF8652; }
span { border-color: rgb(239,134,82); }
td.TdClassName
{
border-color: #EF8652;
}
.TagClassName
{
border-color: #EF8652;
}
</style>