Shades of Crusta #ED814D
Tints of Crusta #ED814D
RGB
CMYK
RGB Variations
Color information
#ED814D (or 0xED814D) is known color: Crusta. HEX triplet: ED, 81 and 4D. RGB value is (237,129,77). Sum of RGB (Red+Green+Blue) = 237+129+77=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #ED814D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED814D is #127EB2. Grayscale: #9B9B9B. Windows color (decimal): -1212083 or 5079533. OLE color: 5079533.
HSL color Cylindrical-coordinate representation of color #ED814D: hue angle of 19.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED814D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.07 |
| HSL | 19.5º | 0.82% | 0.62% | - |
| HSV(B) | 19.5º | 0.68% | 0.93% | - |
| XYZ | 44.11 | 34.24 | 11.31 | - |
| YUV | 155.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 77 | 0 | 0.46 | 0.68 | 0.07 | 19.5 | 0.82 | 0.62 |
| Hex | ED | 81 | 4D | 0 | 2E | 44 | 7 | 14 | 52 | 3E |
| Octal | 355 | 201 | 115 | 0 | 56 | 104 | 7 | 24 | 122 | 76 |
| Binary | 11101101 | 10000001 | 1001101 | 0 | 101110 | 1000100 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #ED814D
Complementary color
Monochromatic Colors of #ED814D
Black with #ED814D
Text Example
Text Example
White with #ED814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED814D; }
p { color: rgb(237,129,77); }
H1.HeaderClassName
{
color: #ED814D;
}
.AnyTagClassName
{
color: #ED814D;
}
</style>
background-color css
<style>
a { background-color: #ED814D; }
a { background-color: rgb(237,129,77); }
div.DivClassName
{
background-color: #ED814D;
}
.BgClassName
{
background-color: #ED814D;
}
</style>
border-color css
<style>
span { border-color: #ED814D; }
span { border-color: rgb(237,129,77); }
td.TdClassName
{
border-color: #ED814D;
}
.TagClassName
{
border-color: #ED814D;
}
</style>