Shades of Crusta #EA865E
Tints of Crusta #EA865E
RGB
CMYK
RGB Variations
Color information
#EA865E (or 0xEA865E) is known color: Crusta. HEX triplet: EA, 86 and 5E. RGB value is (234,134,94). Sum of RGB (Red+Green+Blue) = 234+134+94=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA865E is #1579A1. Grayscale: #9F9F9F. Windows color (decimal): -1407394 or 6194922. OLE color: 6194922.
HSL color Cylindrical-coordinate representation of color #EA865E: hue angle of 17.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA865E is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 94 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.08 |
| HSL | 17.14º | 0.77% | 0.64% | - |
| HSV(B) | 17.14º | 0.6% | 0.92% | - |
| XYZ | 44.48 | 35.35 | 15.07 | - |
| YUV | 159.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 94 | 0 | 0.43 | 0.60 | 0.08 | 17.14 | 0.77 | 0.64 |
| Hex | EA | 86 | 5E | 0 | 2B | 3C | 8 | 11 | 4D | 40 |
| Octal | 352 | 206 | 136 | 0 | 53 | 74 | 10 | 21 | 115 | 100 |
| Binary | 11101010 | 10000110 | 1011110 | 0 | 101011 | 111100 | 1000 | 10001 | 1001101 | 1000000 |
Color Harmonies of #EA865E
Complementary color
Monochromatic Colors of #EA865E
Black with #EA865E
Text Example
Text Example
White with #EA865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA865E; }
p { color: rgb(234,134,94); }
H1.HeaderClassName
{
color: #EA865E;
}
.AnyTagClassName
{
color: #EA865E;
}
</style>
background-color css
<style>
a { background-color: #EA865E; }
a { background-color: rgb(234,134,94); }
div.DivClassName
{
background-color: #EA865E;
}
.BgClassName
{
background-color: #EA865E;
}
</style>
border-color css
<style>
span { border-color: #EA865E; }
span { border-color: rgb(234,134,94); }
td.TdClassName
{
border-color: #EA865E;
}
.TagClassName
{
border-color: #EA865E;
}
</style>