Shades of Crusta #EF915A
Tints of Crusta #EF915A
RGB
CMYK
RGB Variations
Color information
#EF915A (or 0xEF915A) is known color: Crusta. HEX triplet: EF, 91 and 5A. RGB value is (239,145,90). Sum of RGB (Red+Green+Blue) = 239+145+90=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF915A is #106EA5. Grayscale: #A7A7A7. Windows color (decimal): -1076902 or 5935599. OLE color: 5935599.
HSL color Cylindrical-coordinate representation of color #EF915A: hue angle of 22.15º 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 #EF915A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.06 |
| HSL | 22.15º | 0.82% | 0.65% | - |
| HSV(B) | 22.15º | 0.62% | 0.94% | - |
| XYZ | 47.57 | 39.34 | 14.76 | - |
| YUV | 166.84 | 84.64 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 90 | 0 | 0.39 | 0.62 | 0.06 | 22.15 | 0.82 | 0.65 |
| Hex | EF | 91 | 5A | 0 | 27 | 3E | 6 | 16 | 52 | 41 |
| Octal | 357 | 221 | 132 | 0 | 47 | 76 | 6 | 26 | 122 | 101 |
| Binary | 11101111 | 10010001 | 1011010 | 0 | 100111 | 111110 | 110 | 10110 | 1010010 | 1000001 |
Color Harmonies of #EF915A
Complementary color
Monochromatic Colors of #EF915A
Black with #EF915A
Text Example
Text Example
White with #EF915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF915A; }
p { color: rgb(239,145,90); }
H1.HeaderClassName
{
color: #EF915A;
}
.AnyTagClassName
{
color: #EF915A;
}
</style>
background-color css
<style>
a { background-color: #EF915A; }
a { background-color: rgb(239,145,90); }
div.DivClassName
{
background-color: #EF915A;
}
.BgClassName
{
background-color: #EF915A;
}
</style>
border-color css
<style>
span { border-color: #EF915A; }
span { border-color: rgb(239,145,90); }
td.TdClassName
{
border-color: #EF915A;
}
.TagClassName
{
border-color: #EF915A;
}
</style>