Shades of Crusta #EF8C4D
Tints of Crusta #EF8C4D
RGB
CMYK
RGB Variations
Color information
#EF8C4D (or 0xEF8C4D) is known color: Crusta. HEX triplet: EF, 8C and 4D. RGB value is (239,140,77). Sum of RGB (Red+Green+Blue) = 239+140+77=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C4D is #1073B2. Grayscale: #A2A2A2. Windows color (decimal): -1078195 or 5082351. OLE color: 5082351.
HSL color Cylindrical-coordinate representation of color #EF8C4D: hue angle of 23.33º 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 #EF8C4D is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 77 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.06 |
| HSL | 23.33º | 0.84% | 0.62% | - |
| HSV(B) | 23.33º | 0.68% | 0.94% | - |
| XYZ | 46.31 | 37.64 | 11.85 | - |
| YUV | 162.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 77 | 0 | 0.41 | 0.68 | 0.06 | 23.33 | 0.84 | 0.62 |
| Hex | EF | 8C | 4D | 0 | 29 | 44 | 6 | 17 | 54 | 3E |
| Octal | 357 | 214 | 115 | 0 | 51 | 104 | 6 | 27 | 124 | 76 |
| Binary | 11101111 | 10001100 | 1001101 | 0 | 101001 | 1000100 | 110 | 10111 | 1010100 | 111110 |
Color Harmonies of #EF8C4D
Complementary color
Monochromatic Colors of #EF8C4D
Black with #EF8C4D
Text Example
Text Example
White with #EF8C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C4D; }
p { color: rgb(239,140,77); }
H1.HeaderClassName
{
color: #EF8C4D;
}
.AnyTagClassName
{
color: #EF8C4D;
}
</style>
background-color css
<style>
a { background-color: #EF8C4D; }
a { background-color: rgb(239,140,77); }
div.DivClassName
{
background-color: #EF8C4D;
}
.BgClassName
{
background-color: #EF8C4D;
}
</style>
border-color css
<style>
span { border-color: #EF8C4D; }
span { border-color: rgb(239,140,77); }
td.TdClassName
{
border-color: #EF8C4D;
}
.TagClassName
{
border-color: #EF8C4D;
}
</style>