Shades of Crusta #EA8A50
Tints of Crusta #EA8A50
RGB
CMYK
RGB Variations
Color information
#EA8A50 (or 0xEA8A50) is known color: Crusta. HEX triplet: EA, 8A and 50. RGB value is (234,138,80). Sum of RGB (Red+Green+Blue) = 234+138+80=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8A50 is #1575AF. Grayscale: #A0A0A0. Windows color (decimal): -1406384 or 5278442. OLE color: 5278442.
HSL color Cylindrical-coordinate representation of color #EA8A50: hue angle of 22.6º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA8A50 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 80 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.08 |
| HSL | 22.6º | 0.79% | 0.62% | - |
| HSV(B) | 22.6º | 0.66% | 0.92% | - |
| XYZ | 44.47 | 36.25 | 12.24 | - |
| YUV | 160.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 80 | 0 | 0.41 | 0.66 | 0.08 | 22.6 | 0.79 | 0.62 |
| Hex | EA | 8A | 50 | 0 | 29 | 42 | 8 | 17 | 4F | 3E |
| Octal | 352 | 212 | 120 | 0 | 51 | 102 | 10 | 27 | 117 | 76 |
| Binary | 11101010 | 10001010 | 1010000 | 0 | 101001 | 1000010 | 1000 | 10111 | 1001111 | 111110 |
Color Harmonies of #EA8A50
Complementary color
Monochromatic Colors of #EA8A50
Black with #EA8A50
Text Example
Text Example
White with #EA8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A50; }
p { color: rgb(234,138,80); }
H1.HeaderClassName
{
color: #EA8A50;
}
.AnyTagClassName
{
color: #EA8A50;
}
</style>
background-color css
<style>
a { background-color: #EA8A50; }
a { background-color: rgb(234,138,80); }
div.DivClassName
{
background-color: #EA8A50;
}
.BgClassName
{
background-color: #EA8A50;
}
</style>
border-color css
<style>
span { border-color: #EA8A50; }
span { border-color: rgb(234,138,80); }
td.TdClassName
{
border-color: #EA8A50;
}
.TagClassName
{
border-color: #EA8A50;
}
</style>