Shades of Crusta #EF834F
Tints of Crusta #EF834F
RGB
CMYK
RGB Variations
Color information
#EF834F (or 0xEF834F) is known color: Crusta. HEX triplet: EF, 83 and 4F. RGB value is (239,131,79). Sum of RGB (Red+Green+Blue) = 239+131+79=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF834F is #107CB0. Grayscale: #9D9D9D. Windows color (decimal): -1080497 or 5211119. OLE color: 5211119.
HSL color Cylindrical-coordinate representation of color #EF834F: hue angle of 19.5º 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 #EF834F is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 79 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.06 |
| HSL | 19.5º | 0.83% | 0.62% | - |
| HSV(B) | 19.5º | 0.67% | 0.94% | - |
| XYZ | 45.12 | 35.15 | 11.8 | - |
| YUV | 157.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 79 | 0 | 0.45 | 0.67 | 0.06 | 19.5 | 0.83 | 0.62 |
| Hex | EF | 83 | 4F | 0 | 2D | 43 | 6 | 14 | 53 | 3E |
| Octal | 357 | 203 | 117 | 0 | 55 | 103 | 6 | 24 | 123 | 76 |
| Binary | 11101111 | 10000011 | 1001111 | 0 | 101101 | 1000011 | 110 | 10100 | 1010011 | 111110 |
Color Harmonies of #EF834F
Complementary color
Monochromatic Colors of #EF834F
Black with #EF834F
Text Example
Text Example
White with #EF834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF834F; }
p { color: rgb(239,131,79); }
H1.HeaderClassName
{
color: #EF834F;
}
.AnyTagClassName
{
color: #EF834F;
}
</style>
background-color css
<style>
a { background-color: #EF834F; }
a { background-color: rgb(239,131,79); }
div.DivClassName
{
background-color: #EF834F;
}
.BgClassName
{
background-color: #EF834F;
}
</style>
border-color css
<style>
span { border-color: #EF834F; }
span { border-color: rgb(239,131,79); }
td.TdClassName
{
border-color: #EF834F;
}
.TagClassName
{
border-color: #EF834F;
}
</style>