Shades of Crusta #EA8F5D
Tints of Crusta #EA8F5D
RGB
CMYK
RGB Variations
Color information
#EA8F5D (or 0xEA8F5D) is known color: Crusta. HEX triplet: EA, 8F and 5D. RGB value is (234,143,93). Sum of RGB (Red+Green+Blue) = 234+143+93=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F5D is #1570A2. Grayscale: #A4A4A4. Windows color (decimal): -1405091 or 6131690. OLE color: 6131690.
HSL color Cylindrical-coordinate representation of color #EA8F5D: hue angle of 21.28º 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 #EA8F5D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 93 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.08 |
| HSL | 21.28º | 0.77% | 0.64% | - |
| HSV(B) | 21.28º | 0.6% | 0.92% | - |
| XYZ | 45.73 | 37.93 | 15.27 | - |
| YUV | 164.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 93 | 0 | 0.39 | 0.60 | 0.08 | 21.28 | 0.77 | 0.64 |
| Hex | EA | 8F | 5D | 0 | 27 | 3C | 8 | 15 | 4D | 40 |
| Octal | 352 | 217 | 135 | 0 | 47 | 74 | 10 | 25 | 115 | 100 |
| Binary | 11101010 | 10001111 | 1011101 | 0 | 100111 | 111100 | 1000 | 10101 | 1001101 | 1000000 |
Color Harmonies of #EA8F5D
Complementary color
Monochromatic Colors of #EA8F5D
Black with #EA8F5D
Text Example
Text Example
White with #EA8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8F5D; }
p { color: rgb(234,143,93); }
H1.HeaderClassName
{
color: #EA8F5D;
}
.AnyTagClassName
{
color: #EA8F5D;
}
</style>
background-color css
<style>
a { background-color: #EA8F5D; }
a { background-color: rgb(234,143,93); }
div.DivClassName
{
background-color: #EA8F5D;
}
.BgClassName
{
background-color: #EA8F5D;
}
</style>
border-color css
<style>
span { border-color: #EA8F5D; }
span { border-color: rgb(234,143,93); }
td.TdClassName
{
border-color: #EA8F5D;
}
.TagClassName
{
border-color: #EA8F5D;
}
</style>