Shades of Crusta #EF855A
Tints of Crusta #EF855A
RGB
CMYK
RGB Variations
Color information
#EF855A (or 0xEF855A) is known color: Crusta. HEX triplet: EF, 85 and 5A. RGB value is (239,133,90). Sum of RGB (Red+Green+Blue) = 239+133+90=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF855A is #107AA5. Grayscale: #A0A0A0. Windows color (decimal): -1079974 or 5932527. OLE color: 5932527.
HSL color Cylindrical-coordinate representation of color #EF855A: hue angle of 17.32º 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 #EF855A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 90 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.06 |
| HSL | 17.32º | 0.82% | 0.65% | - |
| HSV(B) | 17.32º | 0.62% | 0.94% | - |
| XYZ | 45.83 | 35.86 | 14.18 | - |
| YUV | 159.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 90 | 0 | 0.44 | 0.62 | 0.06 | 17.32 | 0.82 | 0.65 |
| Hex | EF | 85 | 5A | 0 | 2C | 3E | 6 | 11 | 52 | 41 |
| Octal | 357 | 205 | 132 | 0 | 54 | 76 | 6 | 21 | 122 | 101 |
| Binary | 11101111 | 10000101 | 1011010 | 0 | 101100 | 111110 | 110 | 10001 | 1010010 | 1000001 |
Color Harmonies of #EF855A
Complementary color
Monochromatic Colors of #EF855A
Black with #EF855A
Text Example
Text Example
White with #EF855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF855A; }
p { color: rgb(239,133,90); }
H1.HeaderClassName
{
color: #EF855A;
}
.AnyTagClassName
{
color: #EF855A;
}
</style>
background-color css
<style>
a { background-color: #EF855A; }
a { background-color: rgb(239,133,90); }
div.DivClassName
{
background-color: #EF855A;
}
.BgClassName
{
background-color: #EF855A;
}
</style>
border-color css
<style>
span { border-color: #EF855A; }
span { border-color: rgb(239,133,90); }
td.TdClassName
{
border-color: #EF855A;
}
.TagClassName
{
border-color: #EF855A;
}
</style>