Shades of Crusta #EA8052
Tints of Crusta #EA8052
RGB
CMYK
RGB Variations
Color information
#EA8052 (or 0xEA8052) is known color: Crusta. HEX triplet: EA, 80 and 52. RGB value is (234,128,82). Sum of RGB (Red+Green+Blue) = 234+128+82=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8052 is #157FAD. Grayscale: #9A9A9A. Windows color (decimal): -1408942 or 5406954. OLE color: 5406954.
HSL color Cylindrical-coordinate representation of color #EA8052: hue angle of 18.16º 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 #EA8052 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 82 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.08 |
| HSL | 18.16º | 0.78% | 0.62% | - |
| HSV(B) | 18.16º | 0.65% | 0.92% | - |
| XYZ | 43.17 | 33.54 | 12.18 | - |
| YUV | 154.45 | 87.12 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 82 | 0 | 0.45 | 0.65 | 0.08 | 18.16 | 0.78 | 0.62 |
| Hex | EA | 80 | 52 | 0 | 2D | 41 | 8 | 12 | 4E | 3E |
| Octal | 352 | 200 | 122 | 0 | 55 | 101 | 10 | 22 | 116 | 76 |
| Binary | 11101010 | 10000000 | 1010010 | 0 | 101101 | 1000001 | 1000 | 10010 | 1001110 | 111110 |
Color Harmonies of #EA8052
Complementary color
Monochromatic Colors of #EA8052
Black with #EA8052
Text Example
Text Example
White with #EA8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8052; }
p { color: rgb(234,128,82); }
H1.HeaderClassName
{
color: #EA8052;
}
.AnyTagClassName
{
color: #EA8052;
}
</style>
background-color css
<style>
a { background-color: #EA8052; }
a { background-color: rgb(234,128,82); }
div.DivClassName
{
background-color: #EA8052;
}
.BgClassName
{
background-color: #EA8052;
}
</style>
border-color css
<style>
span { border-color: #EA8052; }
span { border-color: rgb(234,128,82); }
td.TdClassName
{
border-color: #EA8052;
}
.TagClassName
{
border-color: #EA8052;
}
</style>