Shades of Crusta #EF945C
Tints of Crusta #EF945C
RGB
CMYK
RGB Variations
Color information
#EF945C (or 0xEF945C) is known color: Crusta. HEX triplet: EF, 94 and 5C. RGB value is (239,148,92). Sum of RGB (Red+Green+Blue) = 239+148+92=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945C is #106BA3. Grayscale: #A9A9A9. Windows color (decimal): -1076132 or 6067439. OLE color: 6067439.
HSL color Cylindrical-coordinate representation of color #EF945C: hue angle of 22.86º 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 #EF945C is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 92 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.06 |
| HSL | 22.86º | 0.82% | 0.65% | - |
| HSV(B) | 22.86º | 0.62% | 0.94% | - |
| XYZ | 48.12 | 40.3 | 15.37 | - |
| YUV | 168.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 92 | 0 | 0.38 | 0.62 | 0.06 | 22.86 | 0.82 | 0.65 |
| Hex | EF | 94 | 5C | 0 | 26 | 3E | 6 | 17 | 52 | 41 |
| Octal | 357 | 224 | 134 | 0 | 46 | 76 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010100 | 1011100 | 0 | 100110 | 111110 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF945C
Complementary color
Monochromatic Colors of #EF945C
Black with #EF945C
Text Example
Text Example
White with #EF945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF945C; }
p { color: rgb(239,148,92); }
H1.HeaderClassName
{
color: #EF945C;
}
.AnyTagClassName
{
color: #EF945C;
}
</style>
background-color css
<style>
a { background-color: #EF945C; }
a { background-color: rgb(239,148,92); }
div.DivClassName
{
background-color: #EF945C;
}
.BgClassName
{
background-color: #EF945C;
}
</style>
border-color css
<style>
span { border-color: #EF945C; }
span { border-color: rgb(239,148,92); }
td.TdClassName
{
border-color: #EF945C;
}
.TagClassName
{
border-color: #EF945C;
}
</style>