Shades of Crusta #ED805F
Tints of Crusta #ED805F
RGB
CMYK
RGB Variations
Color information
#ED805F (or 0xED805F) is known color: Crusta. HEX triplet: ED, 80 and 5F. RGB value is (237,128,95). Sum of RGB (Red+Green+Blue) = 237+128+95=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED805F is #127FA0. Grayscale: #9D9D9D. Windows color (decimal): -1212321 or 6258925. OLE color: 6258925.
HSL color Cylindrical-coordinate representation of color #ED805F: hue angle of 13.94º 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 #ED805F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 95 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.07 |
| HSL | 13.94º | 0.8% | 0.65% | - |
| HSV(B) | 13.94º | 0.6% | 0.93% | - |
| XYZ | 44.71 | 34.27 | 15.08 | - |
| YUV | 156.83 | 93.11 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 95 | 0 | 0.46 | 0.60 | 0.07 | 13.94 | 0.8 | 0.65 |
| Hex | ED | 80 | 5F | 0 | 2E | 3C | 7 | E | 50 | 41 |
| Octal | 355 | 200 | 137 | 0 | 56 | 74 | 7 | 16 | 120 | 101 |
| Binary | 11101101 | 10000000 | 1011111 | 0 | 101110 | 111100 | 111 | 1110 | 1010000 | 1000001 |
Color Harmonies of #ED805F
Complementary color
Monochromatic Colors of #ED805F
Black with #ED805F
Text Example
Text Example
White with #ED805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED805F; }
p { color: rgb(237,128,95); }
H1.HeaderClassName
{
color: #ED805F;
}
.AnyTagClassName
{
color: #ED805F;
}
</style>
background-color css
<style>
a { background-color: #ED805F; }
a { background-color: rgb(237,128,95); }
div.DivClassName
{
background-color: #ED805F;
}
.BgClassName
{
background-color: #ED805F;
}
</style>
border-color css
<style>
span { border-color: #ED805F; }
span { border-color: rgb(237,128,95); }
td.TdClassName
{
border-color: #ED805F;
}
.TagClassName
{
border-color: #ED805F;
}
</style>