Shades of Crusta #EF925C
Tints of Crusta #EF925C
RGB
CMYK
RGB Variations
Color information
#EF925C (or 0xEF925C) is known color: Crusta. HEX triplet: EF, 92 and 5C. RGB value is (239,146,92). Sum of RGB (Red+Green+Blue) = 239+146+92=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF925C is #106DA3. Grayscale: #A7A7A7. Windows color (decimal): -1076644 or 6066927. OLE color: 6066927.
HSL color Cylindrical-coordinate representation of color #EF925C: hue angle of 22.04º 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 #EF925C is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 92 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.06 |
| HSL | 22.04º | 0.82% | 0.65% | - |
| HSV(B) | 22.04º | 0.62% | 0.94% | - |
| XYZ | 47.81 | 39.68 | 15.26 | - |
| YUV | 167.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 92 | 0 | 0.39 | 0.62 | 0.06 | 22.04 | 0.82 | 0.65 |
| Hex | EF | 92 | 5C | 0 | 27 | 3E | 6 | 16 | 52 | 41 |
| Octal | 357 | 222 | 134 | 0 | 47 | 76 | 6 | 26 | 122 | 101 |
| Binary | 11101111 | 10010010 | 1011100 | 0 | 100111 | 111110 | 110 | 10110 | 1010010 | 1000001 |
Color Harmonies of #EF925C
Complementary color
Monochromatic Colors of #EF925C
Black with #EF925C
Text Example
Text Example
White with #EF925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF925C; }
p { color: rgb(239,146,92); }
H1.HeaderClassName
{
color: #EF925C;
}
.AnyTagClassName
{
color: #EF925C;
}
</style>
background-color css
<style>
a { background-color: #EF925C; }
a { background-color: rgb(239,146,92); }
div.DivClassName
{
background-color: #EF925C;
}
.BgClassName
{
background-color: #EF925C;
}
</style>
border-color css
<style>
span { border-color: #EF925C; }
span { border-color: rgb(239,146,92); }
td.TdClassName
{
border-color: #EF925C;
}
.TagClassName
{
border-color: #EF925C;
}
</style>