Shades of Crusta #ED8452
Tints of Crusta #ED8452
RGB
CMYK
RGB Variations
Color information
#ED8452 (or 0xED8452) is known color: Crusta. HEX triplet: ED, 84 and 52. RGB value is (237,132,82). Sum of RGB (Red+Green+Blue) = 237+132+82=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8452 is #127BAD. Grayscale: #9E9E9E. Windows color (decimal): -1211310 or 5407981. OLE color: 5407981.
HSL color Cylindrical-coordinate representation of color #ED8452: hue angle of 19.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED8452 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 82 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.07 |
| HSL | 19.35º | 0.81% | 0.63% | - |
| HSV(B) | 19.35º | 0.65% | 0.93% | - |
| XYZ | 44.7 | 35.12 | 12.4 | - |
| YUV | 157.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 82 | 0 | 0.44 | 0.65 | 0.07 | 19.35 | 0.81 | 0.63 |
| Hex | ED | 84 | 52 | 0 | 2C | 41 | 7 | 13 | 51 | 3F |
| Octal | 355 | 204 | 122 | 0 | 54 | 101 | 7 | 23 | 121 | 77 |
| Binary | 11101101 | 10000100 | 1010010 | 0 | 101100 | 1000001 | 111 | 10011 | 1010001 | 111111 |
Color Harmonies of #ED8452
Complementary color
Monochromatic Colors of #ED8452
Black with #ED8452
Text Example
Text Example
White with #ED8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8452; }
p { color: rgb(237,132,82); }
H1.HeaderClassName
{
color: #ED8452;
}
.AnyTagClassName
{
color: #ED8452;
}
</style>
background-color css
<style>
a { background-color: #ED8452; }
a { background-color: rgb(237,132,82); }
div.DivClassName
{
background-color: #ED8452;
}
.BgClassName
{
background-color: #ED8452;
}
</style>
border-color css
<style>
span { border-color: #ED8452; }
span { border-color: rgb(237,132,82); }
td.TdClassName
{
border-color: #ED8452;
}
.TagClassName
{
border-color: #ED8452;
}
</style>