Shades of Crusta #EF915D
Tints of Crusta #EF915D
RGB
CMYK
RGB Variations
Color information
#EF915D (or 0xEF915D) is known color: Crusta. HEX triplet: EF, 91 and 5D. RGB value is (239,145,93). Sum of RGB (Red+Green+Blue) = 239+145+93=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF915D is #106EA2. Grayscale: #A7A7A7. Windows color (decimal): -1076899 or 6132207. OLE color: 6132207.
HSL color Cylindrical-coordinate representation of color #EF915D: hue angle of 21.37º 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 #EF915D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.06 |
| HSL | 21.37º | 0.82% | 0.65% | - |
| HSV(B) | 21.37º | 0.61% | 0.94% | - |
| XYZ | 47.7 | 39.39 | 15.45 | - |
| YUV | 167.18 | 86.14 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 93 | 0 | 0.39 | 0.61 | 0.06 | 21.37 | 0.82 | 0.65 |
| Hex | EF | 91 | 5D | 0 | 27 | 3D | 6 | 15 | 52 | 41 |
| Octal | 357 | 221 | 135 | 0 | 47 | 75 | 6 | 25 | 122 | 101 |
| Binary | 11101111 | 10010001 | 1011101 | 0 | 100111 | 111101 | 110 | 10101 | 1010010 | 1000001 |
Color Harmonies of #EF915D
Complementary color
Monochromatic Colors of #EF915D
Black with #EF915D
Text Example
Text Example
White with #EF915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF915D; }
p { color: rgb(239,145,93); }
H1.HeaderClassName
{
color: #EF915D;
}
.AnyTagClassName
{
color: #EF915D;
}
</style>
background-color css
<style>
a { background-color: #EF915D; }
a { background-color: rgb(239,145,93); }
div.DivClassName
{
background-color: #EF915D;
}
.BgClassName
{
background-color: #EF915D;
}
</style>
border-color css
<style>
span { border-color: #EF915D; }
span { border-color: rgb(239,145,93); }
td.TdClassName
{
border-color: #EF915D;
}
.TagClassName
{
border-color: #EF915D;
}
</style>