Shades of Crusta #EF8C5C
Tints of Crusta #EF8C5C
RGB
CMYK
RGB Variations
Color information
#EF8C5C (or 0xEF8C5C) is known color: Crusta. HEX triplet: EF, 8C and 5C. RGB value is (239,140,92). Sum of RGB (Red+Green+Blue) = 239+140+92=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C5C is #1073A3. Grayscale: #A4A4A4. Windows color (decimal): -1078180 or 6065391. OLE color: 6065391.
HSL color Cylindrical-coordinate representation of color #EF8C5C: hue angle of 19.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF8C5C is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 92 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.06 |
| HSL | 19.59º | 0.82% | 0.65% | - |
| HSV(B) | 19.59º | 0.62% | 0.94% | - |
| XYZ | 46.91 | 37.88 | 14.96 | - |
| YUV | 164.13 | 87.3 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 92 | 0 | 0.41 | 0.62 | 0.06 | 19.59 | 0.82 | 0.65 |
| Hex | EF | 8C | 5C | 0 | 29 | 3E | 6 | 14 | 52 | 41 |
| Octal | 357 | 214 | 134 | 0 | 51 | 76 | 6 | 24 | 122 | 101 |
| Binary | 11101111 | 10001100 | 1011100 | 0 | 101001 | 111110 | 110 | 10100 | 1010010 | 1000001 |
Color Harmonies of #EF8C5C
Complementary color
Monochromatic Colors of #EF8C5C
Black with #EF8C5C
Text Example
Text Example
White with #EF8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C5C; }
p { color: rgb(239,140,92); }
H1.HeaderClassName
{
color: #EF8C5C;
}
.AnyTagClassName
{
color: #EF8C5C;
}
</style>
background-color css
<style>
a { background-color: #EF8C5C; }
a { background-color: rgb(239,140,92); }
div.DivClassName
{
background-color: #EF8C5C;
}
.BgClassName
{
background-color: #EF8C5C;
}
</style>
border-color css
<style>
span { border-color: #EF8C5C; }
span { border-color: rgb(239,140,92); }
td.TdClassName
{
border-color: #EF8C5C;
}
.TagClassName
{
border-color: #EF8C5C;
}
</style>