Shades of Crusta #ED815B
Tints of Crusta #ED815B
RGB
CMYK
RGB Variations
Color information
#ED815B (or 0xED815B) is known color: Crusta. HEX triplet: ED, 81 and 5B. RGB value is (237,129,91). Sum of RGB (Red+Green+Blue) = 237+129+91=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED815B is #127EA4. Grayscale: #9D9D9D. Windows color (decimal): -1212069 or 5997037. OLE color: 5997037.
HSL color Cylindrical-coordinate representation of color #ED815B: hue angle of 15.62º 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 #ED815B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.07 |
| HSL | 15.62º | 0.8% | 0.64% | - |
| HSV(B) | 15.62º | 0.62% | 0.93% | - |
| XYZ | 44.66 | 34.46 | 14.2 | - |
| YUV | 156.96 | 90.78 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 91 | 0 | 0.46 | 0.62 | 0.07 | 15.62 | 0.8 | 0.64 |
| Hex | ED | 81 | 5B | 0 | 2E | 3E | 7 | 10 | 50 | 40 |
| Octal | 355 | 201 | 133 | 0 | 56 | 76 | 7 | 20 | 120 | 100 |
| Binary | 11101101 | 10000001 | 1011011 | 0 | 101110 | 111110 | 111 | 10000 | 1010000 | 1000000 |
Color Harmonies of #ED815B
Complementary color
Monochromatic Colors of #ED815B
Black with #ED815B
Text Example
Text Example
White with #ED815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED815B; }
p { color: rgb(237,129,91); }
H1.HeaderClassName
{
color: #ED815B;
}
.AnyTagClassName
{
color: #ED815B;
}
</style>
background-color css
<style>
a { background-color: #ED815B; }
a { background-color: rgb(237,129,91); }
div.DivClassName
{
background-color: #ED815B;
}
.BgClassName
{
background-color: #ED815B;
}
</style>
border-color css
<style>
span { border-color: #ED815B; }
span { border-color: rgb(237,129,91); }
td.TdClassName
{
border-color: #ED815B;
}
.TagClassName
{
border-color: #ED815B;
}
</style>