Shades of Crusta #EA8156
Tints of Crusta #EA8156
RGB
CMYK
RGB Variations
Color information
#EA8156 (or 0xEA8156) is known color: Crusta. HEX triplet: EA, 81 and 56. RGB value is (234,129,86). Sum of RGB (Red+Green+Blue) = 234+129+86=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8156 is #157EA9. Grayscale: #9B9B9B. Windows color (decimal): -1408682 or 5669354. OLE color: 5669354.
HSL color Cylindrical-coordinate representation of color #EA8156: hue angle of 17.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA8156 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 86 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.08 |
| HSL | 17.43º | 0.78% | 0.63% | - |
| HSV(B) | 17.43º | 0.63% | 0.92% | - |
| XYZ | 43.46 | 33.86 | 13.05 | - |
| YUV | 155.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 86 | 0 | 0.45 | 0.63 | 0.08 | 17.43 | 0.78 | 0.63 |
| Hex | EA | 81 | 56 | 0 | 2D | 3F | 8 | 11 | 4E | 3F |
| Octal | 352 | 201 | 126 | 0 | 55 | 77 | 10 | 21 | 116 | 77 |
| Binary | 11101010 | 10000001 | 1010110 | 0 | 101101 | 111111 | 1000 | 10001 | 1001110 | 111111 |
Color Harmonies of #EA8156
Complementary color
Monochromatic Colors of #EA8156
Black with #EA8156
Text Example
Text Example
White with #EA8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8156; }
p { color: rgb(234,129,86); }
H1.HeaderClassName
{
color: #EA8156;
}
.AnyTagClassName
{
color: #EA8156;
}
</style>
background-color css
<style>
a { background-color: #EA8156; }
a { background-color: rgb(234,129,86); }
div.DivClassName
{
background-color: #EA8156;
}
.BgClassName
{
background-color: #EA8156;
}
</style>
border-color css
<style>
span { border-color: #EA8156; }
span { border-color: rgb(234,129,86); }
td.TdClassName
{
border-color: #EA8156;
}
.TagClassName
{
border-color: #EA8156;
}
</style>