Shades of Crusta #EA8F59
Tints of Crusta #EA8F59
RGB
CMYK
RGB Variations
Color information
#EA8F59 (or 0xEA8F59) is known color: Crusta. HEX triplet: EA, 8F and 59. RGB value is (234,143,89). Sum of RGB (Red+Green+Blue) = 234+143+89=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F59 is #1570A6. Grayscale: #A4A4A4. Windows color (decimal): -1405095 or 5869546. OLE color: 5869546.
HSL color Cylindrical-coordinate representation of color #EA8F59: hue angle of 22.34º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA8F59 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 89 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.08 |
| HSL | 22.34º | 0.78% | 0.63% | - |
| HSV(B) | 22.34º | 0.62% | 0.92% | - |
| XYZ | 45.56 | 37.86 | 14.36 | - |
| YUV | 164.05 | 85.65 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 89 | 0 | 0.39 | 0.62 | 0.08 | 22.34 | 0.78 | 0.63 |
| Hex | EA | 8F | 59 | 0 | 27 | 3E | 8 | 16 | 4E | 3F |
| Octal | 352 | 217 | 131 | 0 | 47 | 76 | 10 | 26 | 116 | 77 |
| Binary | 11101010 | 10001111 | 1011001 | 0 | 100111 | 111110 | 1000 | 10110 | 1001110 | 111111 |
Color Harmonies of #EA8F59
Complementary color
Monochromatic Colors of #EA8F59
Black with #EA8F59
Text Example
Text Example
White with #EA8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F59; }
p { color: rgb(234,143,89); }
H1.HeaderClassName
{
color: #EA8F59;
}
.AnyTagClassName
{
color: #EA8F59;
}
</style>
background-color css
<style>
a { background-color: #EA8F59; }
a { background-color: rgb(234,143,89); }
div.DivClassName
{
background-color: #EA8F59;
}
.BgClassName
{
background-color: #EA8F59;
}
</style>
border-color css
<style>
span { border-color: #EA8F59; }
span { border-color: rgb(234,143,89); }
td.TdClassName
{
border-color: #EA8F59;
}
.TagClassName
{
border-color: #EA8F59;
}
</style>