Shades of Crusta #ED885D
Tints of Crusta #ED885D
RGB
CMYK
RGB Variations
Color information
#ED885D (or 0xED885D) is known color: Crusta. HEX triplet: ED, 88 and 5D. RGB value is (237,136,93). Sum of RGB (Red+Green+Blue) = 237+136+93=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED885D is #1277A2. Grayscale: #A1A1A1. Windows color (decimal): -1210275 or 6129901. OLE color: 6129901.
HSL color Cylindrical-coordinate representation of color #ED885D: hue angle of 17.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED885D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 93 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.07 |
| HSL | 17.92º | 0.8% | 0.65% | - |
| HSV(B) | 17.92º | 0.61% | 0.93% | - |
| XYZ | 45.71 | 36.4 | 14.97 | - |
| YUV | 161.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 93 | 0 | 0.43 | 0.61 | 0.07 | 17.92 | 0.8 | 0.65 |
| Hex | ED | 88 | 5D | 0 | 2B | 3D | 7 | 12 | 50 | 41 |
| Octal | 355 | 210 | 135 | 0 | 53 | 75 | 7 | 22 | 120 | 101 |
| Binary | 11101101 | 10001000 | 1011101 | 0 | 101011 | 111101 | 111 | 10010 | 1010000 | 1000001 |
Color Harmonies of #ED885D
Complementary color
Monochromatic Colors of #ED885D
Black with #ED885D
Text Example
Text Example
White with #ED885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED885D; }
p { color: rgb(237,136,93); }
H1.HeaderClassName
{
color: #ED885D;
}
.AnyTagClassName
{
color: #ED885D;
}
</style>
background-color css
<style>
a { background-color: #ED885D; }
a { background-color: rgb(237,136,93); }
div.DivClassName
{
background-color: #ED885D;
}
.BgClassName
{
background-color: #ED885D;
}
</style>
border-color css
<style>
span { border-color: #ED885D; }
span { border-color: rgb(237,136,93); }
td.TdClassName
{
border-color: #ED885D;
}
.TagClassName
{
border-color: #ED885D;
}
</style>