Shades of Crusta #EF8D5B
Tints of Crusta #EF8D5B
RGB
CMYK
RGB Variations
Color information
#EF8D5B (or 0xEF8D5B) is known color: Crusta. HEX triplet: EF, 8D and 5B. RGB value is (239,141,91). Sum of RGB (Red+Green+Blue) = 239+141+91=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D5B is #1072A4. Grayscale: #A4A4A4. Windows color (decimal): -1077925 or 6000111. OLE color: 6000111.
HSL color Cylindrical-coordinate representation of color #EF8D5B: hue angle of 20.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF8D5B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 141 | 91 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.06 |
| HSL | 20.27º | 0.82% | 0.65% | - |
| HSV(B) | 20.27º | 0.62% | 0.94% | - |
| XYZ | 47.01 | 38.16 | 14.78 | - |
| YUV | 164.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 141 | 91 | 0 | 0.41 | 0.62 | 0.06 | 20.27 | 0.82 | 0.65 |
| Hex | EF | 8D | 5B | 0 | 29 | 3E | 6 | 14 | 52 | 41 |
| Octal | 357 | 215 | 133 | 0 | 51 | 76 | 6 | 24 | 122 | 101 |
| Binary | 11101111 | 10001101 | 1011011 | 0 | 101001 | 111110 | 110 | 10100 | 1010010 | 1000001 |
Color Harmonies of #EF8D5B
Complementary color
Monochromatic Colors of #EF8D5B
Black with #EF8D5B
Text Example
Text Example
White with #EF8D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8D5B; }
p { color: rgb(239,141,91); }
H1.HeaderClassName
{
color: #EF8D5B;
}
.AnyTagClassName
{
color: #EF8D5B;
}
</style>
background-color css
<style>
a { background-color: #EF8D5B; }
a { background-color: rgb(239,141,91); }
div.DivClassName
{
background-color: #EF8D5B;
}
.BgClassName
{
background-color: #EF8D5B;
}
</style>
border-color css
<style>
span { border-color: #EF8D5B; }
span { border-color: rgb(239,141,91); }
td.TdClassName
{
border-color: #EF8D5B;
}
.TagClassName
{
border-color: #EF8D5B;
}
</style>