Shades of Crusta #EF8A5C
Tints of Crusta #EF8A5C
RGB
CMYK
RGB Variations
Color information
#EF8A5C (or 0xEF8A5C) is known color: Crusta. HEX triplet: EF, 8A and 5C. RGB value is (239,138,92). Sum of RGB (Red+Green+Blue) = 239+138+92=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8A5C is #1075A3. Grayscale: #A3A3A3. Windows color (decimal): -1078692 or 6064879. OLE color: 6064879.
HSL color Cylindrical-coordinate representation of color #EF8A5C: hue angle of 18.78º 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 #EF8A5C is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 92 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.06 |
| HSL | 18.78º | 0.82% | 0.65% | - |
| HSV(B) | 18.78º | 0.62% | 0.94% | - |
| XYZ | 46.62 | 37.3 | 14.87 | - |
| YUV | 162.96 | 87.96 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 92 | 0 | 0.42 | 0.62 | 0.06 | 18.78 | 0.82 | 0.65 |
| Hex | EF | 8A | 5C | 0 | 2A | 3E | 6 | 13 | 52 | 41 |
| Octal | 357 | 212 | 134 | 0 | 52 | 76 | 6 | 23 | 122 | 101 |
| Binary | 11101111 | 10001010 | 1011100 | 0 | 101010 | 111110 | 110 | 10011 | 1010010 | 1000001 |
Color Harmonies of #EF8A5C
Complementary color
Monochromatic Colors of #EF8A5C
Black with #EF8A5C
Text Example
Text Example
White with #EF8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A5C; }
p { color: rgb(239,138,92); }
H1.HeaderClassName
{
color: #EF8A5C;
}
.AnyTagClassName
{
color: #EF8A5C;
}
</style>
background-color css
<style>
a { background-color: #EF8A5C; }
a { background-color: rgb(239,138,92); }
div.DivClassName
{
background-color: #EF8A5C;
}
.BgClassName
{
background-color: #EF8A5C;
}
</style>
border-color css
<style>
span { border-color: #EF8A5C; }
span { border-color: rgb(239,138,92); }
td.TdClassName
{
border-color: #EF8A5C;
}
.TagClassName
{
border-color: #EF8A5C;
}
</style>