Shades of Crusta #ED8764
Tints of Crusta #ED8764
RGB
CMYK
RGB Variations
Color information
#ED8764 (or 0xED8764) is known color: Crusta. HEX triplet: ED, 87 and 64. RGB value is (237,135,100). Sum of RGB (Red+Green+Blue) = 237+135+100=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8764 is #12789B. Grayscale: #A1A1A1. Windows color (decimal): -1210524 or 6588397. OLE color: 6588397.
HSL color Cylindrical-coordinate representation of color #ED8764: hue angle of 15.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED8764 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 100 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.33º | 0.79% | 0.66% | - |
| HSV(B) | 15.33º | 0.58% | 0.93% | - |
| XYZ | 45.89 | 36.25 | 16.64 | - |
| YUV | 161.51 | 93.29 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 100 | 0 | 0.43 | 0.58 | 0.07 | 15.33 | 0.79 | 0.66 |
| Hex | ED | 87 | 64 | 0 | 2B | 3A | 7 | F | 4F | 42 |
| Octal | 355 | 207 | 144 | 0 | 53 | 72 | 7 | 17 | 117 | 102 |
| Binary | 11101101 | 10000111 | 1100100 | 0 | 101011 | 111010 | 111 | 1111 | 1001111 | 1000010 |
Color Harmonies of #ED8764
Complementary color
Monochromatic Colors of #ED8764
Black with #ED8764
Text Example
Text Example
White with #ED8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8764; }
p { color: rgb(237,135,100); }
H1.HeaderClassName
{
color: #ED8764;
}
.AnyTagClassName
{
color: #ED8764;
}
</style>
background-color css
<style>
a { background-color: #ED8764; }
a { background-color: rgb(237,135,100); }
div.DivClassName
{
background-color: #ED8764;
}
.BgClassName
{
background-color: #ED8764;
}
</style>
border-color css
<style>
span { border-color: #ED8764; }
span { border-color: rgb(237,135,100); }
td.TdClassName
{
border-color: #ED8764;
}
.TagClassName
{
border-color: #ED8764;
}
</style>