Shades of Crusta #ED844E
Tints of Crusta #ED844E
RGB
CMYK
RGB Variations
Color information
#ED844E (or 0xED844E) is known color: Crusta. HEX triplet: ED, 84 and 4E. RGB value is (237,132,78). Sum of RGB (Red+Green+Blue) = 237+132+78=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED844E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED844E is #127BB1. Grayscale: #9D9D9D. Windows color (decimal): -1211314 or 5145837. OLE color: 5145837.
HSL color Cylindrical-coordinate representation of color #ED844E: hue angle of 20.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED844E is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 78 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.07 |
| HSL | 20.38º | 0.82% | 0.62% | - |
| HSV(B) | 20.38º | 0.67% | 0.93% | - |
| XYZ | 44.55 | 35.06 | 11.63 | - |
| YUV | 157.24 | 83.29 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 78 | 0 | 0.44 | 0.67 | 0.07 | 20.38 | 0.82 | 0.62 |
| Hex | ED | 84 | 4E | 0 | 2C | 43 | 7 | 14 | 52 | 3E |
| Octal | 355 | 204 | 116 | 0 | 54 | 103 | 7 | 24 | 122 | 76 |
| Binary | 11101101 | 10000100 | 1001110 | 0 | 101100 | 1000011 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #ED844E
Complementary color
Monochromatic Colors of #ED844E
Black with #ED844E
Text Example
Text Example
White with #ED844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED844E; }
p { color: rgb(237,132,78); }
H1.HeaderClassName
{
color: #ED844E;
}
.AnyTagClassName
{
color: #ED844E;
}
</style>
background-color css
<style>
a { background-color: #ED844E; }
a { background-color: rgb(237,132,78); }
div.DivClassName
{
background-color: #ED844E;
}
.BgClassName
{
background-color: #ED844E;
}
</style>
border-color css
<style>
span { border-color: #ED844E; }
span { border-color: rgb(237,132,78); }
td.TdClassName
{
border-color: #ED844E;
}
.TagClassName
{
border-color: #ED844E;
}
</style>