Shades of Crusta #EB8F5D
Tints of Crusta #EB8F5D
RGB
CMYK
RGB Variations
Color information
#EB8F5D (or 0xEB8F5D) is known color: Crusta. HEX triplet: EB, 8F and 5D. RGB value is (235,143,93). Sum of RGB (Red+Green+Blue) = 235+143+93=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F5D is #1470A2. Grayscale: #A5A5A5. Windows color (decimal): -1339555 or 6131691. OLE color: 6131691.
HSL color Cylindrical-coordinate representation of color #EB8F5D: hue angle of 21.13º degrees, saturation: 0.78, 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 #EB8F5D is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 93 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.08 |
| HSL | 21.13º | 0.78% | 0.64% | - |
| HSV(B) | 21.13º | 0.6% | 0.92% | - |
| XYZ | 46.06 | 38.1 | 15.28 | - |
| YUV | 164.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 93 | 0 | 0.39 | 0.60 | 0.08 | 21.13 | 0.78 | 0.64 |
| Hex | EB | 8F | 5D | 0 | 27 | 3C | 8 | 15 | 4E | 40 |
| Octal | 353 | 217 | 135 | 0 | 47 | 74 | 10 | 25 | 116 | 100 |
| Binary | 11101011 | 10001111 | 1011101 | 0 | 100111 | 111100 | 1000 | 10101 | 1001110 | 1000000 |
Color Harmonies of #EB8F5D
Complementary color
Monochromatic Colors of #EB8F5D
Black with #EB8F5D
Text Example
Text Example
White with #EB8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F5D; }
p { color: rgb(235,143,93); }
H1.HeaderClassName
{
color: #EB8F5D;
}
.AnyTagClassName
{
color: #EB8F5D;
}
</style>
background-color css
<style>
a { background-color: #EB8F5D; }
a { background-color: rgb(235,143,93); }
div.DivClassName
{
background-color: #EB8F5D;
}
.BgClassName
{
background-color: #EB8F5D;
}
</style>
border-color css
<style>
span { border-color: #EB8F5D; }
span { border-color: rgb(235,143,93); }
td.TdClassName
{
border-color: #EB8F5D;
}
.TagClassName
{
border-color: #EB8F5D;
}
</style>