Shades of Crusta #ED835C
Tints of Crusta #ED835C
RGB
CMYK
RGB Variations
Color information
#ED835C (or 0xED835C) is known color: Crusta. HEX triplet: ED, 83 and 5C. RGB value is (237,131,92). Sum of RGB (Red+Green+Blue) = 237+131+92=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED835C is #127CA3. Grayscale: #9E9E9E. Windows color (decimal): -1211556 or 6063085. OLE color: 6063085.
HSL color Cylindrical-coordinate representation of color #ED835C: hue angle of 16.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED835C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 16.14º | 0.8% | 0.65% | - |
| HSV(B) | 16.14º | 0.61% | 0.93% | - |
| XYZ | 44.97 | 35.01 | 14.51 | - |
| YUV | 158.25 | 90.62 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 92 | 0 | 0.45 | 0.61 | 0.07 | 16.14 | 0.8 | 0.65 |
| Hex | ED | 83 | 5C | 0 | 2D | 3D | 7 | 10 | 50 | 41 |
| Octal | 355 | 203 | 134 | 0 | 55 | 75 | 7 | 20 | 120 | 101 |
| Binary | 11101101 | 10000011 | 1011100 | 0 | 101101 | 111101 | 111 | 10000 | 1010000 | 1000001 |
Color Harmonies of #ED835C
Complementary color
Monochromatic Colors of #ED835C
Black with #ED835C
Text Example
Text Example
White with #ED835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED835C; }
p { color: rgb(237,131,92); }
H1.HeaderClassName
{
color: #ED835C;
}
.AnyTagClassName
{
color: #ED835C;
}
</style>
background-color css
<style>
a { background-color: #ED835C; }
a { background-color: rgb(237,131,92); }
div.DivClassName
{
background-color: #ED835C;
}
.BgClassName
{
background-color: #ED835C;
}
</style>
border-color css
<style>
span { border-color: #ED835C; }
span { border-color: rgb(237,131,92); }
td.TdClassName
{
border-color: #ED835C;
}
.TagClassName
{
border-color: #ED835C;
}
</style>