Shades of Crusta #ED8150
Tints of Crusta #ED8150
RGB
CMYK
RGB Variations
Color information
#ED8150 (or 0xED8150) is known color: Crusta. HEX triplet: ED, 81 and 50. RGB value is (237,129,80). Sum of RGB (Red+Green+Blue) = 237+129+80=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8150 is #127EAF. Grayscale: #9C9C9C. Windows color (decimal): -1212080 or 5276141. OLE color: 5276141.
HSL color Cylindrical-coordinate representation of color #ED8150: hue angle of 18.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED8150 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 80 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.07 |
| HSL | 18.73º | 0.81% | 0.62% | - |
| HSV(B) | 18.73º | 0.66% | 0.93% | - |
| XYZ | 44.22 | 34.28 | 11.88 | - |
| YUV | 155.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 80 | 0 | 0.46 | 0.66 | 0.07 | 18.73 | 0.81 | 0.62 |
| Hex | ED | 81 | 50 | 0 | 2E | 42 | 7 | 13 | 51 | 3E |
| Octal | 355 | 201 | 120 | 0 | 56 | 102 | 7 | 23 | 121 | 76 |
| Binary | 11101101 | 10000001 | 1010000 | 0 | 101110 | 1000010 | 111 | 10011 | 1010001 | 111110 |
Color Harmonies of #ED8150
Complementary color
Monochromatic Colors of #ED8150
Black with #ED8150
Text Example
Text Example
White with #ED8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8150; }
p { color: rgb(237,129,80); }
H1.HeaderClassName
{
color: #ED8150;
}
.AnyTagClassName
{
color: #ED8150;
}
</style>
background-color css
<style>
a { background-color: #ED8150; }
a { background-color: rgb(237,129,80); }
div.DivClassName
{
background-color: #ED8150;
}
.BgClassName
{
background-color: #ED8150;
}
</style>
border-color css
<style>
span { border-color: #ED8150; }
span { border-color: rgb(237,129,80); }
td.TdClassName
{
border-color: #ED8150;
}
.TagClassName
{
border-color: #ED8150;
}
</style>