Shades of Crusta #EB8F5E
Tints of Crusta #EB8F5E
RGB
CMYK
RGB Variations
Color information
#EB8F5E (or 0xEB8F5E) is known color: Crusta. HEX triplet: EB, 8F and 5E. RGB value is (235,143,94). Sum of RGB (Red+Green+Blue) = 235+143+94=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8F5E is #1470A1. Grayscale: #A5A5A5. Windows color (decimal): -1339554 or 6197227. OLE color: 6197227.
HSL color Cylindrical-coordinate representation of color #EB8F5E: hue angle of 20.85º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB8F5E is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 143 | 94 | - |
CMYK | 0 | 0.39 | 0.6 | 0.08 |
HSL | 20.85º | 0.78% | 0.65% | - |
HSV(B) | 20.85º | 0.6% | 0.92% | - |
XYZ | 46.1 | 38.12 | 15.52 | - |
YUV | 164.92 | 87.98 | 177.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 143 | 94 | 0 | 0.39 | 0.6 | 0.08 | 20.85 | 0.78 | 0.65 |
Hex | EB | 8F | 5E | 0 | 27 | 3C | 8 | 15 | 4E | 41 |
Octal | 353 | 217 | 136 | 0 | 47 | 74 | 10 | 25 | 116 | 101 |
Binary | 11101011 | 10001111 | 1011110 | 0 | 100111 | 111100 | 1000 | 10101 | 1001110 | 1000001 |
Color Harmonies of #EB8F5E
Complementary color
Monochromatic Colors of #EB8F5E
Black with #EB8F5E
Text Example
Text Example
White with #EB8F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F5E; }
p { color: rgb(235,143,94); }
H1.HeaderClassName
{
color: #EB8F5E;
}
.AnyTagClassName
{
color: #EB8F5E;
}
</style>
background-color css
<style>
a { background-color: #EB8F5E; }
a { background-color: rgb(235,143,94); }
div.DivClassName
{
background-color: #EB8F5E;
}
.BgClassName
{
background-color: #EB8F5E;
}
</style>
border-color css
<style>
span { border-color: #EB8F5E; }
span { border-color: rgb(235,143,94); }
td.TdClassName
{
border-color: #EB8F5E;
}
.TagClassName
{
border-color: #EB8F5E;
}
</style>