Shades of Crusta #ED834F
Tints of Crusta #ED834F
RGB
CMYK
RGB Variations
Color information
#ED834F (or 0xED834F) is known color: Crusta. HEX triplet: ED, 83 and 4F. RGB value is (237,131,79). Sum of RGB (Red+Green+Blue) = 237+131+79=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED834F is #127CB0. Grayscale: #9D9D9D. Windows color (decimal): -1211569 or 5211117. OLE color: 5211117.
HSL color Cylindrical-coordinate representation of color #ED834F: hue angle of 19.75º degrees, saturation: 0.81, 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 #ED834F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 79 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 19.75º | 0.81% | 0.62% | - |
| HSV(B) | 19.75º | 0.67% | 0.93% | - |
| XYZ | 44.45 | 34.8 | 11.77 | - |
| YUV | 156.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 79 | 0 | 0.45 | 0.67 | 0.07 | 19.75 | 0.81 | 0.62 |
| Hex | ED | 83 | 4F | 0 | 2D | 43 | 7 | 14 | 51 | 3E |
| Octal | 355 | 203 | 117 | 0 | 55 | 103 | 7 | 24 | 121 | 76 |
| Binary | 11101101 | 10000011 | 1001111 | 0 | 101101 | 1000011 | 111 | 10100 | 1010001 | 111110 |
Color Harmonies of #ED834F
Complementary color
Monochromatic Colors of #ED834F
Black with #ED834F
Text Example
Text Example
White with #ED834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED834F; }
p { color: rgb(237,131,79); }
H1.HeaderClassName
{
color: #ED834F;
}
.AnyTagClassName
{
color: #ED834F;
}
</style>
background-color css
<style>
a { background-color: #ED834F; }
a { background-color: rgb(237,131,79); }
div.DivClassName
{
background-color: #ED834F;
}
.BgClassName
{
background-color: #ED834F;
}
</style>
border-color css
<style>
span { border-color: #ED834F; }
span { border-color: rgb(237,131,79); }
td.TdClassName
{
border-color: #ED834F;
}
.TagClassName
{
border-color: #ED834F;
}
</style>