Shades of Crusta #EA8661
Tints of Crusta #EA8661
RGB
CMYK
RGB Variations
Color information
#EA8661 (or 0xEA8661) is known color: Crusta. HEX triplet: EA, 86 and 61. RGB value is (234,134,97). Sum of RGB (Red+Green+Blue) = 234+134+97=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8661 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8661 is #15799E. Grayscale: #9F9F9F. Windows color (decimal): -1407391 or 6391530. OLE color: 6391530.
HSL color Cylindrical-coordinate representation of color #EA8661: hue angle of 16.2º 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 #EA8661 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 97 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.08 |
| HSL | 16.2º | 0.77% | 0.65% | - |
| HSV(B) | 16.2º | 0.59% | 0.92% | - |
| XYZ | 44.61 | 35.41 | 15.79 | - |
| YUV | 159.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 97 | 0 | 0.43 | 0.59 | 0.08 | 16.2 | 0.77 | 0.65 |
| Hex | EA | 86 | 61 | 0 | 2B | 3B | 8 | 10 | 4D | 41 |
| Octal | 352 | 206 | 141 | 0 | 53 | 73 | 10 | 20 | 115 | 101 |
| Binary | 11101010 | 10000110 | 1100001 | 0 | 101011 | 111011 | 1000 | 10000 | 1001101 | 1000001 |
Color Harmonies of #EA8661
Complementary color
Monochromatic Colors of #EA8661
Black with #EA8661
Text Example
Text Example
White with #EA8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8661; }
p { color: rgb(234,134,97); }
H1.HeaderClassName
{
color: #EA8661;
}
.AnyTagClassName
{
color: #EA8661;
}
</style>
background-color css
<style>
a { background-color: #EA8661; }
a { background-color: rgb(234,134,97); }
div.DivClassName
{
background-color: #EA8661;
}
.BgClassName
{
background-color: #EA8661;
}
</style>
border-color css
<style>
span { border-color: #EA8661; }
span { border-color: rgb(234,134,97); }
td.TdClassName
{
border-color: #EA8661;
}
.TagClassName
{
border-color: #EA8661;
}
</style>