Shades of Crusta #EA8C5E
Tints of Crusta #EA8C5E
RGB
CMYK
RGB Variations
Color information
#EA8C5E (or 0xEA8C5E) is known color: Crusta. HEX triplet: EA, 8C and 5E. RGB value is (234,140,94). Sum of RGB (Red+Green+Blue) = 234+140+94=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8C5E is #1573A1. Grayscale: #A3A3A3. Windows color (decimal): -1405858 or 6196458. OLE color: 6196458.
HSL color Cylindrical-coordinate representation of color #EA8C5E: hue angle of 19.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA8C5E is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 94 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.08 |
| HSL | 19.71º | 0.77% | 0.64% | - |
| HSV(B) | 19.71º | 0.6% | 0.92% | - |
| XYZ | 45.33 | 37.06 | 15.35 | - |
| YUV | 162.86 | 89.14 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 94 | 0 | 0.40 | 0.60 | 0.08 | 19.71 | 0.77 | 0.64 |
| Hex | EA | 8C | 5E | 0 | 28 | 3C | 8 | 14 | 4D | 40 |
| Octal | 352 | 214 | 136 | 0 | 50 | 74 | 10 | 24 | 115 | 100 |
| Binary | 11101010 | 10001100 | 1011110 | 0 | 101000 | 111100 | 1000 | 10100 | 1001101 | 1000000 |
Color Harmonies of #EA8C5E
Complementary color
Monochromatic Colors of #EA8C5E
Black with #EA8C5E
Text Example
Text Example
White with #EA8C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C5E; }
p { color: rgb(234,140,94); }
H1.HeaderClassName
{
color: #EA8C5E;
}
.AnyTagClassName
{
color: #EA8C5E;
}
</style>
background-color css
<style>
a { background-color: #EA8C5E; }
a { background-color: rgb(234,140,94); }
div.DivClassName
{
background-color: #EA8C5E;
}
.BgClassName
{
background-color: #EA8C5E;
}
</style>
border-color css
<style>
span { border-color: #EA8C5E; }
span { border-color: rgb(234,140,94); }
td.TdClassName
{
border-color: #EA8C5E;
}
.TagClassName
{
border-color: #EA8C5E;
}
</style>