Shades of Crusta #EF8C54
Tints of Crusta #EF8C54
RGB
CMYK
RGB Variations
Color information
#EF8C54 (or 0xEF8C54) is known color: Crusta. HEX triplet: EF, 8C and 54. RGB value is (239,140,84). Sum of RGB (Red+Green+Blue) = 239+140+84=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C54 is #1073AB. Grayscale: #A3A3A3. Windows color (decimal): -1078188 or 5541103. OLE color: 5541103.
HSL color Cylindrical-coordinate representation of color #EF8C54: hue angle of 21.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF8C54 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 84 | - |
| CMYK | 0 | 0.41 | 0.65 | 0.06 |
| HSL | 21.68º | 0.83% | 0.63% | - |
| HSV(B) | 21.68º | 0.65% | 0.94% | - |
| XYZ | 46.57 | 37.75 | 13.22 | - |
| YUV | 163.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 84 | 0 | 0.41 | 0.65 | 0.06 | 21.68 | 0.83 | 0.63 |
| Hex | EF | 8C | 54 | 0 | 29 | 41 | 6 | 16 | 53 | 3F |
| Octal | 357 | 214 | 124 | 0 | 51 | 101 | 6 | 26 | 123 | 77 |
| Binary | 11101111 | 10001100 | 1010100 | 0 | 101001 | 1000001 | 110 | 10110 | 1010011 | 111111 |
Color Harmonies of #EF8C54
Complementary color
Monochromatic Colors of #EF8C54
Black with #EF8C54
Text Example
Text Example
White with #EF8C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C54; }
p { color: rgb(239,140,84); }
H1.HeaderClassName
{
color: #EF8C54;
}
.AnyTagClassName
{
color: #EF8C54;
}
</style>
background-color css
<style>
a { background-color: #EF8C54; }
a { background-color: rgb(239,140,84); }
div.DivClassName
{
background-color: #EF8C54;
}
.BgClassName
{
background-color: #EF8C54;
}
</style>
border-color css
<style>
span { border-color: #EF8C54; }
span { border-color: rgb(239,140,84); }
td.TdClassName
{
border-color: #EF8C54;
}
.TagClassName
{
border-color: #EF8C54;
}
</style>