Shades of Crusta #ED834E
Tints of Crusta #ED834E
RGB
CMYK
RGB Variations
Color information
#ED834E (or 0xED834E) is known color: Crusta. HEX triplet: ED, 83 and 4E. RGB value is (237,131,78). Sum of RGB (Red+Green+Blue) = 237+131+78=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED834E is #127CB1. Grayscale: #9C9C9C. Windows color (decimal): -1211570 or 5145581. OLE color: 5145581.
HSL color Cylindrical-coordinate representation of color #ED834E: hue angle of 20º 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 #ED834E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 78 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 20º | 0.82% | 0.62% | - |
| HSV(B) | 20º | 0.67% | 0.93% | - |
| XYZ | 44.42 | 34.79 | 11.58 | - |
| YUV | 156.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 78 | 0 | 0.45 | 0.67 | 0.07 | 20 | 0.82 | 0.62 |
| Hex | ED | 83 | 4E | 0 | 2D | 43 | 7 | 14 | 52 | 3E |
| Octal | 355 | 203 | 116 | 0 | 55 | 103 | 7 | 24 | 122 | 76 |
| Binary | 11101101 | 10000011 | 1001110 | 0 | 101101 | 1000011 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #ED834E
Complementary color
Monochromatic Colors of #ED834E
Black with #ED834E
Text Example
Text Example
White with #ED834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED834E; }
p { color: rgb(237,131,78); }
H1.HeaderClassName
{
color: #ED834E;
}
.AnyTagClassName
{
color: #ED834E;
}
</style>
background-color css
<style>
a { background-color: #ED834E; }
a { background-color: rgb(237,131,78); }
div.DivClassName
{
background-color: #ED834E;
}
.BgClassName
{
background-color: #ED834E;
}
</style>
border-color css
<style>
span { border-color: #ED834E; }
span { border-color: rgb(237,131,78); }
td.TdClassName
{
border-color: #ED834E;
}
.TagClassName
{
border-color: #ED834E;
}
</style>