Shades of Crusta #EE865F
Tints of Crusta #EE865F
RGB
CMYK
RGB Variations
Color information
#EE865F (or 0xEE865F) is known color: Crusta. HEX triplet: EE, 86 and 5F. RGB value is (238,134,95). Sum of RGB (Red+Green+Blue) = 238+134+95=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE865F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE865F is #1179A0. Grayscale: #A0A0A0. Windows color (decimal): -1145249 or 6260462. OLE color: 6260462.
HSL color Cylindrical-coordinate representation of color #EE865F: hue angle of 16.36º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE865F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 16.36º | 0.81% | 0.65% | - |
| HSV(B) | 16.36º | 0.6% | 0.93% | - |
| XYZ | 45.85 | 36.05 | 15.37 | - |
| YUV | 160.65 | 90.96 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 95 | 0 | 0.44 | 0.60 | 0.07 | 16.36 | 0.81 | 0.65 |
| Hex | EE | 86 | 5F | 0 | 2C | 3C | 7 | 10 | 51 | 41 |
| Octal | 356 | 206 | 137 | 0 | 54 | 74 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000110 | 1011111 | 0 | 101100 | 111100 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE865F
Complementary color
Monochromatic Colors of #EE865F
Black with #EE865F
Text Example
Text Example
White with #EE865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE865F; }
p { color: rgb(238,134,95); }
H1.HeaderClassName
{
color: #EE865F;
}
.AnyTagClassName
{
color: #EE865F;
}
</style>
background-color css
<style>
a { background-color: #EE865F; }
a { background-color: rgb(238,134,95); }
div.DivClassName
{
background-color: #EE865F;
}
.BgClassName
{
background-color: #EE865F;
}
</style>
border-color css
<style>
span { border-color: #EE865F; }
span { border-color: rgb(238,134,95); }
td.TdClassName
{
border-color: #EE865F;
}
.TagClassName
{
border-color: #EE865F;
}
</style>