Shades of Crusta #ED835B
Tints of Crusta #ED835B
RGB
CMYK
RGB Variations
Color information
#ED835B (or 0xED835B) is known color: Crusta. HEX triplet: ED, 83 and 5B. RGB value is (237,131,91). Sum of RGB (Red+Green+Blue) = 237+131+91=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED835B is #127CA4. Grayscale: #9E9E9E. Windows color (decimal): -1211557 or 5997549. OLE color: 5997549.
HSL color Cylindrical-coordinate representation of color #ED835B: hue angle of 16.44º 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 #ED835B is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 91 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.07 |
| HSL | 16.44º | 0.8% | 0.64% | - |
| HSV(B) | 16.44º | 0.62% | 0.93% | - |
| XYZ | 44.93 | 34.99 | 14.28 | - |
| YUV | 158.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 91 | 0 | 0.45 | 0.62 | 0.07 | 16.44 | 0.8 | 0.64 |
| Hex | ED | 83 | 5B | 0 | 2D | 3E | 7 | 10 | 50 | 40 |
| Octal | 355 | 203 | 133 | 0 | 55 | 76 | 7 | 20 | 120 | 100 |
| Binary | 11101101 | 10000011 | 1011011 | 0 | 101101 | 111110 | 111 | 10000 | 1010000 | 1000000 |
Color Harmonies of #ED835B
Complementary color
Monochromatic Colors of #ED835B
Black with #ED835B
Text Example
Text Example
White with #ED835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED835B; }
p { color: rgb(237,131,91); }
H1.HeaderClassName
{
color: #ED835B;
}
.AnyTagClassName
{
color: #ED835B;
}
</style>
background-color css
<style>
a { background-color: #ED835B; }
a { background-color: rgb(237,131,91); }
div.DivClassName
{
background-color: #ED835B;
}
.BgClassName
{
background-color: #ED835B;
}
</style>
border-color css
<style>
span { border-color: #ED835B; }
span { border-color: rgb(237,131,91); }
td.TdClassName
{
border-color: #ED835B;
}
.TagClassName
{
border-color: #ED835B;
}
</style>