Shades of Crusta #EA8151
Tints of Crusta #EA8151
RGB
CMYK
RGB Variations
Color information
#EA8151 (or 0xEA8151) is known color: Crusta. HEX triplet: EA, 81 and 51. RGB value is (234,129,81). Sum of RGB (Red+Green+Blue) = 234+129+81=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8151 is #157EAE. Grayscale: #9B9B9B. Windows color (decimal): -1408687 or 5341674. OLE color: 5341674.
HSL color Cylindrical-coordinate representation of color #EA8151: hue angle of 18.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA8151 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 81 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.08 |
| HSL | 18.82º | 0.78% | 0.62% | - |
| HSV(B) | 18.82º | 0.65% | 0.92% | - |
| XYZ | 43.27 | 33.79 | 12.03 | - |
| YUV | 154.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 81 | 0 | 0.45 | 0.65 | 0.08 | 18.82 | 0.78 | 0.62 |
| Hex | EA | 81 | 51 | 0 | 2D | 41 | 8 | 13 | 4E | 3E |
| Octal | 352 | 201 | 121 | 0 | 55 | 101 | 10 | 23 | 116 | 76 |
| Binary | 11101010 | 10000001 | 1010001 | 0 | 101101 | 1000001 | 1000 | 10011 | 1001110 | 111110 |
Color Harmonies of #EA8151
Complementary color
Monochromatic Colors of #EA8151
Black with #EA8151
Text Example
Text Example
White with #EA8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8151; }
p { color: rgb(234,129,81); }
H1.HeaderClassName
{
color: #EA8151;
}
.AnyTagClassName
{
color: #EA8151;
}
</style>
background-color css
<style>
a { background-color: #EA8151; }
a { background-color: rgb(234,129,81); }
div.DivClassName
{
background-color: #EA8151;
}
.BgClassName
{
background-color: #EA8151;
}
</style>
border-color css
<style>
span { border-color: #EA8151; }
span { border-color: rgb(234,129,81); }
td.TdClassName
{
border-color: #EA8151;
}
.TagClassName
{
border-color: #EA8151;
}
</style>