Shades of Crusta #ED815A
Tints of Crusta #ED815A
RGB
CMYK
RGB Variations
Color information
#ED815A (or 0xED815A) is known color: Crusta. HEX triplet: ED, 81 and 5A. RGB value is (237,129,90). Sum of RGB (Red+Green+Blue) = 237+129+90=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED815A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED815A is #127EA5. Grayscale: #9D9D9D. Windows color (decimal): -1212070 or 5931501. OLE color: 5931501.
HSL color Cylindrical-coordinate representation of color #ED815A: hue angle of 15.92º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED815A is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 90 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.07 |
| HSL | 15.92º | 0.8% | 0.64% | - |
| HSV(B) | 15.92º | 0.62% | 0.93% | - |
| XYZ | 44.62 | 34.44 | 13.97 | - |
| YUV | 156.85 | 90.28 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 90 | 0 | 0.46 | 0.62 | 0.07 | 15.92 | 0.8 | 0.64 |
| Hex | ED | 81 | 5A | 0 | 2E | 3E | 7 | 10 | 50 | 40 |
| Octal | 355 | 201 | 132 | 0 | 56 | 76 | 7 | 20 | 120 | 100 |
| Binary | 11101101 | 10000001 | 1011010 | 0 | 101110 | 111110 | 111 | 10000 | 1010000 | 1000000 |
Color Harmonies of #ED815A
Complementary color
Monochromatic Colors of #ED815A
Black with #ED815A
Text Example
Text Example
White with #ED815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED815A; }
p { color: rgb(237,129,90); }
H1.HeaderClassName
{
color: #ED815A;
}
.AnyTagClassName
{
color: #ED815A;
}
</style>
background-color css
<style>
a { background-color: #ED815A; }
a { background-color: rgb(237,129,90); }
div.DivClassName
{
background-color: #ED815A;
}
.BgClassName
{
background-color: #ED815A;
}
</style>
border-color css
<style>
span { border-color: #ED815A; }
span { border-color: rgb(237,129,90); }
td.TdClassName
{
border-color: #ED815A;
}
.TagClassName
{
border-color: #ED815A;
}
</style>