Shades of Crusta #EF8E55
Tints of Crusta #EF8E55
RGB
CMYK
RGB Variations
Color information
#EF8E55 (or 0xEF8E55) is known color: Crusta. HEX triplet: EF, 8E and 55. RGB value is (239,142,85). Sum of RGB (Red+Green+Blue) = 239+142+85=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8E55 is #1071AA. Grayscale: #A4A4A4. Windows color (decimal): -1077675 or 5607151. OLE color: 5607151.
HSL color Cylindrical-coordinate representation of color #EF8E55: hue angle of 22.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF8E55 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 142 | 85 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.06 |
| HSL | 22.21º | 0.83% | 0.64% | - |
| HSV(B) | 22.21º | 0.64% | 0.94% | - |
| XYZ | 46.91 | 38.35 | 13.52 | - |
| YUV | 164.51 | 83.14 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 142 | 85 | 0 | 0.41 | 0.64 | 0.06 | 22.21 | 0.83 | 0.64 |
| Hex | EF | 8E | 55 | 0 | 29 | 40 | 6 | 16 | 53 | 40 |
| Octal | 357 | 216 | 125 | 0 | 51 | 100 | 6 | 26 | 123 | 100 |
| Binary | 11101111 | 10001110 | 1010101 | 0 | 101001 | 1000000 | 110 | 10110 | 1010011 | 1000000 |
Color Harmonies of #EF8E55
Complementary color
Monochromatic Colors of #EF8E55
Black with #EF8E55
Text Example
Text Example
White with #EF8E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8E55; }
p { color: rgb(239,142,85); }
H1.HeaderClassName
{
color: #EF8E55;
}
.AnyTagClassName
{
color: #EF8E55;
}
</style>
background-color css
<style>
a { background-color: #EF8E55; }
a { background-color: rgb(239,142,85); }
div.DivClassName
{
background-color: #EF8E55;
}
.BgClassName
{
background-color: #EF8E55;
}
</style>
border-color css
<style>
span { border-color: #EF8E55; }
span { border-color: rgb(239,142,85); }
td.TdClassName
{
border-color: #EF8E55;
}
.TagClassName
{
border-color: #EF8E55;
}
</style>