Shades of Crusta #ED814E
Tints of Crusta #ED814E
RGB
CMYK
RGB Variations
Color information
#ED814E (or 0xED814E) is known color: Crusta. HEX triplet: ED, 81 and 4E. RGB value is (237,129,78). Sum of RGB (Red+Green+Blue) = 237+129+78=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED814E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED814E is #127EB1. Grayscale: #9B9B9B. Windows color (decimal): -1212082 or 5145069. OLE color: 5145069.
HSL color Cylindrical-coordinate representation of color #ED814E: hue angle of 19.25º 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 #ED814E is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 78 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.07 |
| HSL | 19.25º | 0.82% | 0.62% | - |
| HSV(B) | 19.25º | 0.67% | 0.93% | - |
| XYZ | 44.15 | 34.26 | 11.49 | - |
| YUV | 155.48 | 84.28 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 78 | 0 | 0.46 | 0.67 | 0.07 | 19.25 | 0.82 | 0.62 |
| Hex | ED | 81 | 4E | 0 | 2E | 43 | 7 | 13 | 52 | 3E |
| Octal | 355 | 201 | 116 | 0 | 56 | 103 | 7 | 23 | 122 | 76 |
| Binary | 11101101 | 10000001 | 1001110 | 0 | 101110 | 1000011 | 111 | 10011 | 1010010 | 111110 |
Color Harmonies of #ED814E
Complementary color
Monochromatic Colors of #ED814E
Black with #ED814E
Text Example
Text Example
White with #ED814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED814E; }
p { color: rgb(237,129,78); }
H1.HeaderClassName
{
color: #ED814E;
}
.AnyTagClassName
{
color: #ED814E;
}
</style>
background-color css
<style>
a { background-color: #ED814E; }
a { background-color: rgb(237,129,78); }
div.DivClassName
{
background-color: #ED814E;
}
.BgClassName
{
background-color: #ED814E;
}
</style>
border-color css
<style>
span { border-color: #ED814E; }
span { border-color: rgb(237,129,78); }
td.TdClassName
{
border-color: #ED814E;
}
.TagClassName
{
border-color: #ED814E;
}
</style>