Shades of Crusta #ED8761
Tints of Crusta #ED8761
RGB
CMYK
RGB Variations
Color information
#ED8761 (or 0xED8761) is known color: Crusta. HEX triplet: ED, 87 and 61. RGB value is (237,135,97). Sum of RGB (Red+Green+Blue) = 237+135+97=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8761 is #12789E. Grayscale: #A1A1A1. Windows color (decimal): -1210527 or 6391789. OLE color: 6391789.
HSL color Cylindrical-coordinate representation of color #ED8761: hue angle of 16.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED8761 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 97 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.07 |
| HSL | 16.29º | 0.8% | 0.65% | - |
| HSV(B) | 16.29º | 0.59% | 0.93% | - |
| XYZ | 45.75 | 36.2 | 15.88 | - |
| YUV | 161.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 97 | 0 | 0.43 | 0.59 | 0.07 | 16.29 | 0.8 | 0.65 |
| Hex | ED | 87 | 61 | 0 | 2B | 3B | 7 | 10 | 50 | 41 |
| Octal | 355 | 207 | 141 | 0 | 53 | 73 | 7 | 20 | 120 | 101 |
| Binary | 11101101 | 10000111 | 1100001 | 0 | 101011 | 111011 | 111 | 10000 | 1010000 | 1000001 |
Color Harmonies of #ED8761
Complementary color
Monochromatic Colors of #ED8761
Black with #ED8761
Text Example
Text Example
White with #ED8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8761; }
p { color: rgb(237,135,97); }
H1.HeaderClassName
{
color: #ED8761;
}
.AnyTagClassName
{
color: #ED8761;
}
</style>
background-color css
<style>
a { background-color: #ED8761; }
a { background-color: rgb(237,135,97); }
div.DivClassName
{
background-color: #ED8761;
}
.BgClassName
{
background-color: #ED8761;
}
</style>
border-color css
<style>
span { border-color: #ED8761; }
span { border-color: rgb(237,135,97); }
td.TdClassName
{
border-color: #ED8761;
}
.TagClassName
{
border-color: #ED8761;
}
</style>