Shades of Crusta #EF8D52
Tints of Crusta #EF8D52
RGB
CMYK
RGB Variations
Color information
#EF8D52 (or 0xEF8D52) is known color: Crusta. HEX triplet: EF, 8D and 52. RGB value is (239,141,82). Sum of RGB (Red+Green+Blue) = 239+141+82=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D52 is #1072AD. Grayscale: #A3A3A3. Windows color (decimal): -1077934 or 5410287. OLE color: 5410287.
HSL color Cylindrical-coordinate representation of color #EF8D52: hue angle of 22.55º 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 #EF8D52 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 82 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.06 |
| HSL | 22.55º | 0.83% | 0.63% | - |
| HSV(B) | 22.55º | 0.66% | 0.94% | - |
| XYZ | 46.64 | 38.01 | 12.86 | - |
| YUV | 163.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 82 | 0 | 0.41 | 0.66 | 0.06 | 22.55 | 0.83 | 0.63 |
| Hex | EF | 8D | 52 | 0 | 29 | 42 | 6 | 17 | 53 | 3F |
| Octal | 357 | 215 | 122 | 0 | 51 | 102 | 6 | 27 | 123 | 77 |
| Binary | 11101111 | 10001101 | 1010010 | 0 | 101001 | 1000010 | 110 | 10111 | 1010011 | 111111 |
Color Harmonies of #EF8D52
Complementary color
Monochromatic Colors of #EF8D52
Black with #EF8D52
Text Example
Text Example
White with #EF8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D52; }
p { color: rgb(239,141,82); }
H1.HeaderClassName
{
color: #EF8D52;
}
.AnyTagClassName
{
color: #EF8D52;
}
</style>
background-color css
<style>
a { background-color: #EF8D52; }
a { background-color: rgb(239,141,82); }
div.DivClassName
{
background-color: #EF8D52;
}
.BgClassName
{
background-color: #EF8D52;
}
</style>
border-color css
<style>
span { border-color: #EF8D52; }
span { border-color: rgb(239,141,82); }
td.TdClassName
{
border-color: #EF8D52;
}
.TagClassName
{
border-color: #EF8D52;
}
</style>