Shades of Crusta #ED905D
Tints of Crusta #ED905D
RGB
CMYK
RGB Variations
Color information
#ED905D (or 0xED905D) is known color: Crusta. HEX triplet: ED, 90 and 5D. RGB value is (237,144,93). Sum of RGB (Red+Green+Blue) = 237+144+93=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED905D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED905D is #126FA2. Grayscale: #A6A6A6. Windows color (decimal): -1208227 or 6131949. OLE color: 6131949.
HSL color Cylindrical-coordinate representation of color #ED905D: hue angle of 21.25º 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 #ED905D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.25º | 0.8% | 0.65% | - |
| HSV(B) | 21.25º | 0.61% | 0.93% | - |
| XYZ | 46.87 | 38.74 | 15.36 | - |
| YUV | 165.99 | 86.81 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 93 | 0 | 0.39 | 0.61 | 0.07 | 21.25 | 0.8 | 0.65 |
| Hex | ED | 90 | 5D | 0 | 27 | 3D | 7 | 15 | 50 | 41 |
| Octal | 355 | 220 | 135 | 0 | 47 | 75 | 7 | 25 | 120 | 101 |
| Binary | 11101101 | 10010000 | 1011101 | 0 | 100111 | 111101 | 111 | 10101 | 1010000 | 1000001 |
Color Harmonies of #ED905D
Complementary color
Monochromatic Colors of #ED905D
Black with #ED905D
Text Example
Text Example
White with #ED905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED905D; }
p { color: rgb(237,144,93); }
H1.HeaderClassName
{
color: #ED905D;
}
.AnyTagClassName
{
color: #ED905D;
}
</style>
background-color css
<style>
a { background-color: #ED905D; }
a { background-color: rgb(237,144,93); }
div.DivClassName
{
background-color: #ED905D;
}
.BgClassName
{
background-color: #ED905D;
}
</style>
border-color css
<style>
span { border-color: #ED905D; }
span { border-color: rgb(237,144,93); }
td.TdClassName
{
border-color: #ED905D;
}
.TagClassName
{
border-color: #ED905D;
}
</style>