Shades of Crusta #ED9358
Tints of Crusta #ED9358
RGB
CMYK
RGB Variations
Color information
#ED9358 (or 0xED9358) is known color: Crusta. HEX triplet: ED, 93 and 58. RGB value is (237,147,88). Sum of RGB (Red+Green+Blue) = 237+147+88=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9358 is #126CA7. Grayscale: #A7A7A7. Windows color (decimal): -1207464 or 5805037. OLE color: 5805037.
HSL color Cylindrical-coordinate representation of color #ED9358: hue angle of 23.76º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED9358 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 88 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.07 |
| HSL | 23.76º | 0.81% | 0.64% | - |
| HSV(B) | 23.76º | 0.63% | 0.93% | - |
| XYZ | 47.12 | 39.58 | 14.39 | - |
| YUV | 167.18 | 83.32 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 88 | 0 | 0.38 | 0.63 | 0.07 | 23.76 | 0.81 | 0.64 |
| Hex | ED | 93 | 58 | 0 | 26 | 3F | 7 | 18 | 51 | 40 |
| Octal | 355 | 223 | 130 | 0 | 46 | 77 | 7 | 30 | 121 | 100 |
| Binary | 11101101 | 10010011 | 1011000 | 0 | 100110 | 111111 | 111 | 11000 | 1010001 | 1000000 |
Color Harmonies of #ED9358
Complementary color
Monochromatic Colors of #ED9358
Black with #ED9358
Text Example
Text Example
White with #ED9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9358; }
p { color: rgb(237,147,88); }
H1.HeaderClassName
{
color: #ED9358;
}
.AnyTagClassName
{
color: #ED9358;
}
</style>
background-color css
<style>
a { background-color: #ED9358; }
a { background-color: rgb(237,147,88); }
div.DivClassName
{
background-color: #ED9358;
}
.BgClassName
{
background-color: #ED9358;
}
</style>
border-color css
<style>
span { border-color: #ED9358; }
span { border-color: rgb(237,147,88); }
td.TdClassName
{
border-color: #ED9358;
}
.TagClassName
{
border-color: #ED9358;
}
</style>