Shades of Crusta #EA8B53
Tints of Crusta #EA8B53
RGB
CMYK
RGB Variations
Color information
#EA8B53 (or 0xEA8B53) is known color: Crusta. HEX triplet: EA, 8B and 53. RGB value is (234,139,83). Sum of RGB (Red+Green+Blue) = 234+139+83=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8B53 is #1574AC. Grayscale: #A1A1A1. Windows color (decimal): -1406125 or 5475306. OLE color: 5475306.
HSL color Cylindrical-coordinate representation of color #EA8B53: hue angle of 22.25º 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 #EA8B53 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 83 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.08 |
| HSL | 22.25º | 0.78% | 0.62% | - |
| HSV(B) | 22.25º | 0.65% | 0.92% | - |
| XYZ | 44.73 | 36.58 | 12.89 | - |
| YUV | 161.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 83 | 0 | 0.41 | 0.65 | 0.08 | 22.25 | 0.78 | 0.62 |
| Hex | EA | 8B | 53 | 0 | 29 | 41 | 8 | 16 | 4E | 3E |
| Octal | 352 | 213 | 123 | 0 | 51 | 101 | 10 | 26 | 116 | 76 |
| Binary | 11101010 | 10001011 | 1010011 | 0 | 101001 | 1000001 | 1000 | 10110 | 1001110 | 111110 |
Color Harmonies of #EA8B53
Complementary color
Monochromatic Colors of #EA8B53
Black with #EA8B53
Text Example
Text Example
White with #EA8B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B53; }
p { color: rgb(234,139,83); }
H1.HeaderClassName
{
color: #EA8B53;
}
.AnyTagClassName
{
color: #EA8B53;
}
</style>
background-color css
<style>
a { background-color: #EA8B53; }
a { background-color: rgb(234,139,83); }
div.DivClassName
{
background-color: #EA8B53;
}
.BgClassName
{
background-color: #EA8B53;
}
</style>
border-color css
<style>
span { border-color: #EA8B53; }
span { border-color: rgb(234,139,83); }
td.TdClassName
{
border-color: #EA8B53;
}
.TagClassName
{
border-color: #EA8B53;
}
</style>