Shades of Crusta #ED855B
Tints of Crusta #ED855B
RGB
CMYK
RGB Variations
Color information
#ED855B (or 0xED855B) is known color: Crusta. HEX triplet: ED, 85 and 5B. RGB value is (237,133,91). Sum of RGB (Red+Green+Blue) = 237+133+91=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED855B is #127AA4. Grayscale: #9F9F9F. Windows color (decimal): -1211045 or 5998061. OLE color: 5998061.
HSL color Cylindrical-coordinate representation of color #ED855B: hue angle of 17.26º 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 #ED855B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 91 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.26º | 0.8% | 0.64% | - |
| HSV(B) | 17.26º | 0.62% | 0.93% | - |
| XYZ | 45.2 | 35.53 | 14.37 | - |
| YUV | 159.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 91 | 0 | 0.44 | 0.62 | 0.07 | 17.26 | 0.8 | 0.64 |
| Hex | ED | 85 | 5B | 0 | 2C | 3E | 7 | 11 | 50 | 40 |
| Octal | 355 | 205 | 133 | 0 | 54 | 76 | 7 | 21 | 120 | 100 |
| Binary | 11101101 | 10000101 | 1011011 | 0 | 101100 | 111110 | 111 | 10001 | 1010000 | 1000000 |
Color Harmonies of #ED855B
Complementary color
Monochromatic Colors of #ED855B
Black with #ED855B
Text Example
Text Example
White with #ED855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED855B; }
p { color: rgb(237,133,91); }
H1.HeaderClassName
{
color: #ED855B;
}
.AnyTagClassName
{
color: #ED855B;
}
</style>
background-color css
<style>
a { background-color: #ED855B; }
a { background-color: rgb(237,133,91); }
div.DivClassName
{
background-color: #ED855B;
}
.BgClassName
{
background-color: #ED855B;
}
</style>
border-color css
<style>
span { border-color: #ED855B; }
span { border-color: rgb(237,133,91); }
td.TdClassName
{
border-color: #ED855B;
}
.TagClassName
{
border-color: #ED855B;
}
</style>