Shades of Crusta #EA8051
Tints of Crusta #EA8051
RGB
CMYK
RGB Variations
Color information
#EA8051 (or 0xEA8051) is known color: Crusta. HEX triplet: EA, 80 and 51. RGB value is (234,128,81). Sum of RGB (Red+Green+Blue) = 234+128+81=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8051 is #157FAE. Grayscale: #9A9A9A. Windows color (decimal): -1408943 or 5341418. OLE color: 5341418.
HSL color Cylindrical-coordinate representation of color #EA8051: hue angle of 18.43º 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 #EA8051 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 81 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.08 |
| HSL | 18.43º | 0.78% | 0.62% | - |
| HSV(B) | 18.43º | 0.65% | 0.92% | - |
| XYZ | 43.14 | 33.52 | 11.98 | - |
| YUV | 154.34 | 86.62 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 81 | 0 | 0.45 | 0.65 | 0.08 | 18.43 | 0.78 | 0.62 |
| Hex | EA | 80 | 51 | 0 | 2D | 41 | 8 | 12 | 4E | 3E |
| Octal | 352 | 200 | 121 | 0 | 55 | 101 | 10 | 22 | 116 | 76 |
| Binary | 11101010 | 10000000 | 1010001 | 0 | 101101 | 1000001 | 1000 | 10010 | 1001110 | 111110 |
Color Harmonies of #EA8051
Complementary color
Monochromatic Colors of #EA8051
Black with #EA8051
Text Example
Text Example
White with #EA8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8051; }
p { color: rgb(234,128,81); }
H1.HeaderClassName
{
color: #EA8051;
}
.AnyTagClassName
{
color: #EA8051;
}
</style>
background-color css
<style>
a { background-color: #EA8051; }
a { background-color: rgb(234,128,81); }
div.DivClassName
{
background-color: #EA8051;
}
.BgClassName
{
background-color: #EA8051;
}
</style>
border-color css
<style>
span { border-color: #EA8051; }
span { border-color: rgb(234,128,81); }
td.TdClassName
{
border-color: #EA8051;
}
.TagClassName
{
border-color: #EA8051;
}
</style>