Shades of Crusta #ED855F
Tints of Crusta #ED855F
RGB
CMYK
RGB Variations
Color information
#ED855F (or 0xED855F) is known color: Crusta. HEX triplet: ED, 85 and 5F. RGB value is (237,133,95). Sum of RGB (Red+Green+Blue) = 237+133+95=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855F is #127AA0. Grayscale: #A0A0A0. Windows color (decimal): -1211041 or 6260205. OLE color: 6260205.
HSL color Cylindrical-coordinate representation of color #ED855F: hue angle of 16.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED855F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 16.06º | 0.8% | 0.65% | - |
| HSV(B) | 16.06º | 0.6% | 0.93% | - |
| XYZ | 45.38 | 35.61 | 15.31 | - |
| YUV | 159.76 | 91.46 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 95 | 0 | 0.44 | 0.60 | 0.07 | 16.06 | 0.8 | 0.65 |
| Hex | ED | 85 | 5F | 0 | 2C | 3C | 7 | 10 | 50 | 41 |
| Octal | 355 | 205 | 137 | 0 | 54 | 74 | 7 | 20 | 120 | 101 |
| Binary | 11101101 | 10000101 | 1011111 | 0 | 101100 | 111100 | 111 | 10000 | 1010000 | 1000001 |
Color Harmonies of #ED855F
Complementary color
Monochromatic Colors of #ED855F
Black with #ED855F
Text Example
Text Example
White with #ED855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED855F; }
p { color: rgb(237,133,95); }
H1.HeaderClassName
{
color: #ED855F;
}
.AnyTagClassName
{
color: #ED855F;
}
</style>
background-color css
<style>
a { background-color: #ED855F; }
a { background-color: rgb(237,133,95); }
div.DivClassName
{
background-color: #ED855F;
}
.BgClassName
{
background-color: #ED855F;
}
</style>
border-color css
<style>
span { border-color: #ED855F; }
span { border-color: rgb(237,133,95); }
td.TdClassName
{
border-color: #ED855F;
}
.TagClassName
{
border-color: #ED855F;
}
</style>