Shades of Crusta #EF7E4C
Tints of Crusta #EF7E4C
RGB
CMYK
RGB Variations
Color information
#EF7E4C (or 0xEF7E4C) is known color: Crusta. HEX triplet: EF, 7E and 4C. RGB value is (239,126,76). Sum of RGB (Red+Green+Blue) = 239+126+76=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E4C is #1081B3. Grayscale: #9A9A9A. Windows color (decimal): -1081780 or 5013231. OLE color: 5013231.
HSL color Cylindrical-coordinate representation of color #EF7E4C: hue angle of 18.4º 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 #EF7E4C is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 76 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.06 |
| HSL | 18.4º | 0.84% | 0.62% | - |
| HSV(B) | 18.4º | 0.68% | 0.94% | - |
| XYZ | 44.36 | 33.79 | 11.02 | - |
| YUV | 154.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 76 | 0 | 0.47 | 0.68 | 0.06 | 18.4 | 0.84 | 0.62 |
| Hex | EF | 7E | 4C | 0 | 2F | 44 | 6 | 12 | 54 | 3E |
| Octal | 357 | 176 | 114 | 0 | 57 | 104 | 6 | 22 | 124 | 76 |
| Binary | 11101111 | 1111110 | 1001100 | 0 | 101111 | 1000100 | 110 | 10010 | 1010100 | 111110 |
Color Harmonies of #EF7E4C
Complementary color
Monochromatic Colors of #EF7E4C
Black with #EF7E4C
Text Example
Text Example
White with #EF7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E4C; }
p { color: rgb(239,126,76); }
H1.HeaderClassName
{
color: #EF7E4C;
}
.AnyTagClassName
{
color: #EF7E4C;
}
</style>
background-color css
<style>
a { background-color: #EF7E4C; }
a { background-color: rgb(239,126,76); }
div.DivClassName
{
background-color: #EF7E4C;
}
.BgClassName
{
background-color: #EF7E4C;
}
</style>
border-color css
<style>
span { border-color: #EF7E4C; }
span { border-color: rgb(239,126,76); }
td.TdClassName
{
border-color: #EF7E4C;
}
.TagClassName
{
border-color: #EF7E4C;
}
</style>