Shades of Crusta #EA8361
Tints of Crusta #EA8361
RGB
CMYK
RGB Variations
Color information
#EA8361 (or 0xEA8361) is known color: Crusta. HEX triplet: EA, 83 and 61. RGB value is (234,131,97). Sum of RGB (Red+Green+Blue) = 234+131+97=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8361 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8361 is #157C9E. Grayscale: #9E9E9E. Windows color (decimal): -1408159 or 6390762. OLE color: 6390762.
HSL color Cylindrical-coordinate representation of color #EA8361: hue angle of 14.89º 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 #EA8361 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 97 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.08 |
| HSL | 14.89º | 0.77% | 0.65% | - |
| HSV(B) | 14.89º | 0.59% | 0.92% | - |
| XYZ | 44.21 | 34.59 | 15.66 | - |
| YUV | 157.92 | 93.62 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 97 | 0 | 0.44 | 0.59 | 0.08 | 14.89 | 0.77 | 0.65 |
| Hex | EA | 83 | 61 | 0 | 2C | 3B | 8 | F | 4D | 41 |
| Octal | 352 | 203 | 141 | 0 | 54 | 73 | 10 | 17 | 115 | 101 |
| Binary | 11101010 | 10000011 | 1100001 | 0 | 101100 | 111011 | 1000 | 1111 | 1001101 | 1000001 |
Color Harmonies of #EA8361
Complementary color
Monochromatic Colors of #EA8361
Black with #EA8361
Text Example
Text Example
White with #EA8361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8361; }
p { color: rgb(234,131,97); }
H1.HeaderClassName
{
color: #EA8361;
}
.AnyTagClassName
{
color: #EA8361;
}
</style>
background-color css
<style>
a { background-color: #EA8361; }
a { background-color: rgb(234,131,97); }
div.DivClassName
{
background-color: #EA8361;
}
.BgClassName
{
background-color: #EA8361;
}
</style>
border-color css
<style>
span { border-color: #EA8361; }
span { border-color: rgb(234,131,97); }
td.TdClassName
{
border-color: #EA8361;
}
.TagClassName
{
border-color: #EA8361;
}
</style>