Shades of Crusta #EF8452
Tints of Crusta #EF8452
RGB
CMYK
RGB Variations
Color information
#EF8452 (or 0xEF8452) is known color: Crusta. HEX triplet: EF, 84 and 52. RGB value is (239,132,82). Sum of RGB (Red+Green+Blue) = 239+132+82=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8452 is #107BAD. Grayscale: #9E9E9E. Windows color (decimal): -1080238 or 5407983. OLE color: 5407983.
HSL color Cylindrical-coordinate representation of color #EF8452: hue angle of 19.11º 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 #EF8452 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 82 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.06 |
| HSL | 19.11º | 0.83% | 0.63% | - |
| HSV(B) | 19.11º | 0.66% | 0.94% | - |
| XYZ | 45.37 | 35.46 | 12.44 | - |
| YUV | 158.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 82 | 0 | 0.45 | 0.66 | 0.06 | 19.11 | 0.83 | 0.63 |
| Hex | EF | 84 | 52 | 0 | 2D | 42 | 6 | 13 | 53 | 3F |
| Octal | 357 | 204 | 122 | 0 | 55 | 102 | 6 | 23 | 123 | 77 |
| Binary | 11101111 | 10000100 | 1010010 | 0 | 101101 | 1000010 | 110 | 10011 | 1010011 | 111111 |
Color Harmonies of #EF8452
Complementary color
Monochromatic Colors of #EF8452
Black with #EF8452
Text Example
Text Example
White with #EF8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8452; }
p { color: rgb(239,132,82); }
H1.HeaderClassName
{
color: #EF8452;
}
.AnyTagClassName
{
color: #EF8452;
}
</style>
background-color css
<style>
a { background-color: #EF8452; }
a { background-color: rgb(239,132,82); }
div.DivClassName
{
background-color: #EF8452;
}
.BgClassName
{
background-color: #EF8452;
}
</style>
border-color css
<style>
span { border-color: #EF8452; }
span { border-color: rgb(239,132,82); }
td.TdClassName
{
border-color: #EF8452;
}
.TagClassName
{
border-color: #EF8452;
}
</style>