Shades of Crusta #EF884F
Tints of Crusta #EF884F
RGB
CMYK
RGB Variations
Color information
#EF884F (or 0xEF884F) is known color: Crusta. HEX triplet: EF, 88 and 4F. RGB value is (239,136,79). Sum of RGB (Red+Green+Blue) = 239+136+79=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF884F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF884F is #1077B0. Grayscale: #A0A0A0. Windows color (decimal): -1079217 or 5212399. OLE color: 5212399.
HSL color Cylindrical-coordinate representation of color #EF884F: hue angle of 21.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF884F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 79 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.06 |
| HSL | 21.38º | 0.83% | 0.62% | - |
| HSV(B) | 21.38º | 0.67% | 0.94% | - |
| XYZ | 45.81 | 36.52 | 12.03 | - |
| YUV | 160.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 79 | 0 | 0.43 | 0.67 | 0.06 | 21.38 | 0.83 | 0.62 |
| Hex | EF | 88 | 4F | 0 | 2B | 43 | 6 | 15 | 53 | 3E |
| Octal | 357 | 210 | 117 | 0 | 53 | 103 | 6 | 25 | 123 | 76 |
| Binary | 11101111 | 10001000 | 1001111 | 0 | 101011 | 1000011 | 110 | 10101 | 1010011 | 111110 |
Color Harmonies of #EF884F
Complementary color
Monochromatic Colors of #EF884F
Black with #EF884F
Text Example
Text Example
White with #EF884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF884F; }
p { color: rgb(239,136,79); }
H1.HeaderClassName
{
color: #EF884F;
}
.AnyTagClassName
{
color: #EF884F;
}
</style>
background-color css
<style>
a { background-color: #EF884F; }
a { background-color: rgb(239,136,79); }
div.DivClassName
{
background-color: #EF884F;
}
.BgClassName
{
background-color: #EF884F;
}
</style>
border-color css
<style>
span { border-color: #EF884F; }
span { border-color: rgb(239,136,79); }
td.TdClassName
{
border-color: #EF884F;
}
.TagClassName
{
border-color: #EF884F;
}
</style>