Shades of Crusta #ED7F55
Tints of Crusta #ED7F55
RGB
CMYK
RGB Variations
Color information
#ED7F55 (or 0xED7F55) is known color: Crusta. HEX triplet: ED, 7F and 55. RGB value is (237,127,85). Sum of RGB (Red+Green+Blue) = 237+127+85=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F55 is #1280AA. Grayscale: #9B9B9B. Windows color (decimal): -1212587 or 5603309. OLE color: 5603309.
HSL color Cylindrical-coordinate representation of color #ED7F55: hue angle of 16.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED7F55 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 85 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.07 |
| HSL | 16.58º | 0.81% | 0.63% | - |
| HSV(B) | 16.58º | 0.64% | 0.93% | - |
| XYZ | 44.15 | 33.84 | 12.8 | - |
| YUV | 155.1 | 88.44 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 85 | 0 | 0.46 | 0.64 | 0.07 | 16.58 | 0.81 | 0.63 |
| Hex | ED | 7F | 55 | 0 | 2E | 40 | 7 | 11 | 51 | 3F |
| Octal | 355 | 177 | 125 | 0 | 56 | 100 | 7 | 21 | 121 | 77 |
| Binary | 11101101 | 1111111 | 1010101 | 0 | 101110 | 1000000 | 111 | 10001 | 1010001 | 111111 |
Color Harmonies of #ED7F55
Complementary color
Monochromatic Colors of #ED7F55
Black with #ED7F55
Text Example
Text Example
White with #ED7F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F55; }
p { color: rgb(237,127,85); }
H1.HeaderClassName
{
color: #ED7F55;
}
.AnyTagClassName
{
color: #ED7F55;
}
</style>
background-color css
<style>
a { background-color: #ED7F55; }
a { background-color: rgb(237,127,85); }
div.DivClassName
{
background-color: #ED7F55;
}
.BgClassName
{
background-color: #ED7F55;
}
</style>
border-color css
<style>
span { border-color: #ED7F55; }
span { border-color: rgb(237,127,85); }
td.TdClassName
{
border-color: #ED7F55;
}
.TagClassName
{
border-color: #ED7F55;
}
</style>