Shades of Crusta #EF834D
Tints of Crusta #EF834D
RGB
CMYK
RGB Variations
Color information
#EF834D (or 0xEF834D) is known color: Crusta. HEX triplet: EF, 83 and 4D. RGB value is (239,131,77). Sum of RGB (Red+Green+Blue) = 239+131+77=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF834D is #107CB2. Grayscale: #9D9D9D. Windows color (decimal): -1080499 or 5080047. OLE color: 5080047.
HSL color Cylindrical-coordinate representation of color #EF834D: hue angle of 20º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF834D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 77 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.06 |
| HSL | 20º | 0.84% | 0.62% | - |
| HSV(B) | 20º | 0.68% | 0.94% | - |
| XYZ | 45.05 | 35.12 | 11.43 | - |
| YUV | 157.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 77 | 0 | 0.45 | 0.68 | 0.06 | 20 | 0.84 | 0.62 |
| Hex | EF | 83 | 4D | 0 | 2D | 44 | 6 | 14 | 54 | 3E |
| Octal | 357 | 203 | 115 | 0 | 55 | 104 | 6 | 24 | 124 | 76 |
| Binary | 11101111 | 10000011 | 1001101 | 0 | 101101 | 1000100 | 110 | 10100 | 1010100 | 111110 |
Color Harmonies of #EF834D
Complementary color
Monochromatic Colors of #EF834D
Black with #EF834D
Text Example
Text Example
White with #EF834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF834D; }
p { color: rgb(239,131,77); }
H1.HeaderClassName
{
color: #EF834D;
}
.AnyTagClassName
{
color: #EF834D;
}
</style>
background-color css
<style>
a { background-color: #EF834D; }
a { background-color: rgb(239,131,77); }
div.DivClassName
{
background-color: #EF834D;
}
.BgClassName
{
background-color: #EF834D;
}
</style>
border-color css
<style>
span { border-color: #EF834D; }
span { border-color: rgb(239,131,77); }
td.TdClassName
{
border-color: #EF834D;
}
.TagClassName
{
border-color: #EF834D;
}
</style>