Shades of Crusta #EB8C50
Tints of Crusta #EB8C50
RGB
CMYK
RGB Variations
Color information
#EB8C50 (or 0xEB8C50) is known color: Crusta. HEX triplet: EB, 8C and 50. RGB value is (235,140,80). Sum of RGB (Red+Green+Blue) = 235+140+80=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C50 is #1473AF. Grayscale: #A1A1A1. Windows color (decimal): -1340336 or 5278955. OLE color: 5278955.
HSL color Cylindrical-coordinate representation of color #EB8C50: hue angle of 23.23º 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 #EB8C50 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 80 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.08 |
| HSL | 23.23º | 0.79% | 0.62% | - |
| HSV(B) | 23.23º | 0.66% | 0.92% | - |
| XYZ | 45.09 | 37 | 12.35 | - |
| YUV | 161.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 80 | 0 | 0.40 | 0.66 | 0.08 | 23.23 | 0.79 | 0.62 |
| Hex | EB | 8C | 50 | 0 | 28 | 42 | 8 | 17 | 4F | 3E |
| Octal | 353 | 214 | 120 | 0 | 50 | 102 | 10 | 27 | 117 | 76 |
| Binary | 11101011 | 10001100 | 1010000 | 0 | 101000 | 1000010 | 1000 | 10111 | 1001111 | 111110 |
Color Harmonies of #EB8C50
Complementary color
Monochromatic Colors of #EB8C50
Black with #EB8C50
Text Example
Text Example
White with #EB8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C50; }
p { color: rgb(235,140,80); }
H1.HeaderClassName
{
color: #EB8C50;
}
.AnyTagClassName
{
color: #EB8C50;
}
</style>
background-color css
<style>
a { background-color: #EB8C50; }
a { background-color: rgb(235,140,80); }
div.DivClassName
{
background-color: #EB8C50;
}
.BgClassName
{
background-color: #EB8C50;
}
</style>
border-color css
<style>
span { border-color: #EB8C50; }
span { border-color: rgb(235,140,80); }
td.TdClassName
{
border-color: #EB8C50;
}
.TagClassName
{
border-color: #EB8C50;
}
</style>