Shades of Crusta #EB8C54
Tints of Crusta #EB8C54
RGB
CMYK
RGB Variations
Color information
#EB8C54 (or 0xEB8C54) is known color: Crusta. HEX triplet: EB, 8C and 54. RGB value is (235,140,84). Sum of RGB (Red+Green+Blue) = 235+140+84=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C54 is #1473AB. Grayscale: #A2A2A2. Windows color (decimal): -1340332 or 5541099. OLE color: 5541099.
HSL color Cylindrical-coordinate representation of color #EB8C54: hue angle of 22.25º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB8C54 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 84 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.08 |
| HSL | 22.25º | 0.79% | 0.63% | - |
| HSV(B) | 22.25º | 0.64% | 0.92% | - |
| XYZ | 45.24 | 37.06 | 13.16 | - |
| YUV | 162.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 84 | 0 | 0.40 | 0.64 | 0.08 | 22.25 | 0.79 | 0.63 |
| Hex | EB | 8C | 54 | 0 | 28 | 40 | 8 | 16 | 4F | 3F |
| Octal | 353 | 214 | 124 | 0 | 50 | 100 | 10 | 26 | 117 | 77 |
| Binary | 11101011 | 10001100 | 1010100 | 0 | 101000 | 1000000 | 1000 | 10110 | 1001111 | 111111 |
Color Harmonies of #EB8C54
Complementary color
Monochromatic Colors of #EB8C54
Black with #EB8C54
Text Example
Text Example
White with #EB8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C54; }
p { color: rgb(235,140,84); }
H1.HeaderClassName
{
color: #EB8C54;
}
.AnyTagClassName
{
color: #EB8C54;
}
</style>
background-color css
<style>
a { background-color: #EB8C54; }
a { background-color: rgb(235,140,84); }
div.DivClassName
{
background-color: #EB8C54;
}
.BgClassName
{
background-color: #EB8C54;
}
</style>
border-color css
<style>
span { border-color: #EB8C54; }
span { border-color: rgb(235,140,84); }
td.TdClassName
{
border-color: #EB8C54;
}
.TagClassName
{
border-color: #EB8C54;
}
</style>