Shades of Crusta #EF925D
Tints of Crusta #EF925D
RGB
CMYK
RGB Variations
Color information
#EF925D (or 0xEF925D) is known color: Crusta. HEX triplet: EF, 92 and 5D. RGB value is (239,146,93). Sum of RGB (Red+Green+Blue) = 239+146+93=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF925D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF925D is #106DA2. Grayscale: #A8A8A8. Windows color (decimal): -1076643 or 6132463. OLE color: 6132463.
HSL color Cylindrical-coordinate representation of color #EF925D: hue angle of 21.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF925D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.06 |
| HSL | 21.78º | 0.82% | 0.65% | - |
| HSV(B) | 21.78º | 0.61% | 0.94% | - |
| XYZ | 47.85 | 39.7 | 15.5 | - |
| YUV | 167.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 93 | 0 | 0.39 | 0.61 | 0.06 | 21.78 | 0.82 | 0.65 |
| Hex | EF | 92 | 5D | 0 | 27 | 3D | 6 | 16 | 52 | 41 |
| Octal | 357 | 222 | 135 | 0 | 47 | 75 | 6 | 26 | 122 | 101 |
| Binary | 11101111 | 10010010 | 1011101 | 0 | 100111 | 111101 | 110 | 10110 | 1010010 | 1000001 |
Color Harmonies of #EF925D
Complementary color
Monochromatic Colors of #EF925D
Black with #EF925D
Text Example
Text Example
White with #EF925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF925D; }
p { color: rgb(239,146,93); }
H1.HeaderClassName
{
color: #EF925D;
}
.AnyTagClassName
{
color: #EF925D;
}
</style>
background-color css
<style>
a { background-color: #EF925D; }
a { background-color: rgb(239,146,93); }
div.DivClassName
{
background-color: #EF925D;
}
.BgClassName
{
background-color: #EF925D;
}
</style>
border-color css
<style>
span { border-color: #EF925D; }
span { border-color: rgb(239,146,93); }
td.TdClassName
{
border-color: #EF925D;
}
.TagClassName
{
border-color: #EF925D;
}
</style>