Shades of Crusta #EF945A
Tints of Crusta #EF945A
RGB
CMYK
RGB Variations
Color information
#EF945A (or 0xEF945A) is known color: Crusta. HEX triplet: EF, 94 and 5A. RGB value is (239,148,90). Sum of RGB (Red+Green+Blue) = 239+148+90=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF945A is #106BA5. Grayscale: #A8A8A8. Windows color (decimal): -1076134 or 5936367. OLE color: 5936367.
HSL color Cylindrical-coordinate representation of color #EF945A: hue angle of 23.36º 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 #EF945A is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 90 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.06 |
| HSL | 23.36º | 0.82% | 0.65% | - |
| HSV(B) | 23.36º | 0.62% | 0.94% | - |
| XYZ | 48.03 | 40.27 | 14.91 | - |
| YUV | 168.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 90 | 0 | 0.38 | 0.62 | 0.06 | 23.36 | 0.82 | 0.65 |
| Hex | EF | 94 | 5A | 0 | 26 | 3E | 6 | 17 | 52 | 41 |
| Octal | 357 | 224 | 132 | 0 | 46 | 76 | 6 | 27 | 122 | 101 |
| Binary | 11101111 | 10010100 | 1011010 | 0 | 100110 | 111110 | 110 | 10111 | 1010010 | 1000001 |
Color Harmonies of #EF945A
Complementary color
Monochromatic Colors of #EF945A
Black with #EF945A
Text Example
Text Example
White with #EF945A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF945A; }
p { color: rgb(239,148,90); }
H1.HeaderClassName
{
color: #EF945A;
}
.AnyTagClassName
{
color: #EF945A;
}
</style>
background-color css
<style>
a { background-color: #EF945A; }
a { background-color: rgb(239,148,90); }
div.DivClassName
{
background-color: #EF945A;
}
.BgClassName
{
background-color: #EF945A;
}
</style>
border-color css
<style>
span { border-color: #EF945A; }
span { border-color: rgb(239,148,90); }
td.TdClassName
{
border-color: #EF945A;
}
.TagClassName
{
border-color: #EF945A;
}
</style>