Shades of Crusta #ED855A
Tints of Crusta #ED855A
RGB
CMYK
RGB Variations
Color information
#ED855A (or 0xED855A) is known color: Crusta. HEX triplet: ED, 85 and 5A. RGB value is (237,133,90). Sum of RGB (Red+Green+Blue) = 237+133+90=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855A is #127AA5. Grayscale: #9F9F9F. Windows color (decimal): -1211046 or 5932525. OLE color: 5932525.
HSL color Cylindrical-coordinate representation of color #ED855A: hue angle of 17.55º 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 #ED855A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 90 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.55º | 0.8% | 0.64% | - |
| HSV(B) | 17.55º | 0.62% | 0.93% | - |
| XYZ | 45.16 | 35.52 | 14.15 | - |
| YUV | 159.19 | 88.96 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 90 | 0 | 0.44 | 0.62 | 0.07 | 17.55 | 0.8 | 0.64 |
| Hex | ED | 85 | 5A | 0 | 2C | 3E | 7 | 12 | 50 | 40 |
| Octal | 355 | 205 | 132 | 0 | 54 | 76 | 7 | 22 | 120 | 100 |
| Binary | 11101101 | 10000101 | 1011010 | 0 | 101100 | 111110 | 111 | 10010 | 1010000 | 1000000 |
Color Harmonies of #ED855A
Complementary color
Monochromatic Colors of #ED855A
Black with #ED855A
Text Example
Text Example
White with #ED855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED855A; }
p { color: rgb(237,133,90); }
H1.HeaderClassName
{
color: #ED855A;
}
.AnyTagClassName
{
color: #ED855A;
}
</style>
background-color css
<style>
a { background-color: #ED855A; }
a { background-color: rgb(237,133,90); }
div.DivClassName
{
background-color: #ED855A;
}
.BgClassName
{
background-color: #ED855A;
}
</style>
border-color css
<style>
span { border-color: #ED855A; }
span { border-color: rgb(237,133,90); }
td.TdClassName
{
border-color: #ED855A;
}
.TagClassName
{
border-color: #ED855A;
}
</style>