Shades of Crusta #EA8B60
Tints of Crusta #EA8B60
RGB
CMYK
RGB Variations
Color information
#EA8B60 (or 0xEA8B60) is known color: Crusta. HEX triplet: EA, 8B and 60. RGB value is (234,139,96). Sum of RGB (Red+Green+Blue) = 234+139+96=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B60 is #15749F. Grayscale: #A2A2A2. Windows color (decimal): -1406112 or 6327274. OLE color: 6327274.
HSL color Cylindrical-coordinate representation of color #EA8B60: hue angle of 18.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA8B60 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 96 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.08 |
| HSL | 18.7º | 0.77% | 0.65% | - |
| HSV(B) | 18.7º | 0.59% | 0.92% | - |
| XYZ | 45.28 | 36.8 | 15.78 | - |
| YUV | 162.5 | 90.47 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 96 | 0 | 0.41 | 0.59 | 0.08 | 18.7 | 0.77 | 0.65 |
| Hex | EA | 8B | 60 | 0 | 29 | 3B | 8 | 13 | 4D | 41 |
| Octal | 352 | 213 | 140 | 0 | 51 | 73 | 10 | 23 | 115 | 101 |
| Binary | 11101010 | 10001011 | 1100000 | 0 | 101001 | 111011 | 1000 | 10011 | 1001101 | 1000001 |
Color Harmonies of #EA8B60
Complementary color
Monochromatic Colors of #EA8B60
Black with #EA8B60
Text Example
Text Example
White with #EA8B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B60; }
p { color: rgb(234,139,96); }
H1.HeaderClassName
{
color: #EA8B60;
}
.AnyTagClassName
{
color: #EA8B60;
}
</style>
background-color css
<style>
a { background-color: #EA8B60; }
a { background-color: rgb(234,139,96); }
div.DivClassName
{
background-color: #EA8B60;
}
.BgClassName
{
background-color: #EA8B60;
}
</style>
border-color css
<style>
span { border-color: #EA8B60; }
span { border-color: rgb(234,139,96); }
td.TdClassName
{
border-color: #EA8B60;
}
.TagClassName
{
border-color: #EA8B60;
}
</style>