Shades of Crusta #ED8952
Tints of Crusta #ED8952
RGB
CMYK
RGB Variations
Color information
#ED8952 (or 0xED8952) is known color: Crusta. HEX triplet: ED, 89 and 52. RGB value is (237,137,82). Sum of RGB (Red+Green+Blue) = 237+137+82=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8952 is #1276AD. Grayscale: #A0A0A0. Windows color (decimal): -1210030 or 5409261. OLE color: 5409261.
HSL color Cylindrical-coordinate representation of color #ED8952: hue angle of 21.29º 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 #ED8952 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 82 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.07 |
| HSL | 21.29º | 0.81% | 0.63% | - |
| HSV(B) | 21.29º | 0.65% | 0.93% | - |
| XYZ | 45.39 | 36.51 | 12.64 | - |
| YUV | 160.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 82 | 0 | 0.42 | 0.65 | 0.07 | 21.29 | 0.81 | 0.63 |
| Hex | ED | 89 | 52 | 0 | 2A | 41 | 7 | 15 | 51 | 3F |
| Octal | 355 | 211 | 122 | 0 | 52 | 101 | 7 | 25 | 121 | 77 |
| Binary | 11101101 | 10001001 | 1010010 | 0 | 101010 | 1000001 | 111 | 10101 | 1010001 | 111111 |
Color Harmonies of #ED8952
Complementary color
Monochromatic Colors of #ED8952
Black with #ED8952
Text Example
Text Example
White with #ED8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8952; }
p { color: rgb(237,137,82); }
H1.HeaderClassName
{
color: #ED8952;
}
.AnyTagClassName
{
color: #ED8952;
}
</style>
background-color css
<style>
a { background-color: #ED8952; }
a { background-color: rgb(237,137,82); }
div.DivClassName
{
background-color: #ED8952;
}
.BgClassName
{
background-color: #ED8952;
}
</style>
border-color css
<style>
span { border-color: #ED8952; }
span { border-color: rgb(237,137,82); }
td.TdClassName
{
border-color: #ED8952;
}
.TagClassName
{
border-color: #ED8952;
}
</style>