Shades of Crusta #EE855F
Tints of Crusta #EE855F
RGB
CMYK
RGB Variations
Color information
#EE855F (or 0xEE855F) is known color: Crusta. HEX triplet: EE, 85 and 5F. RGB value is (238,133,95). Sum of RGB (Red+Green+Blue) = 238+133+95=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE855F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE855F is #117AA0. Grayscale: #A0A0A0. Windows color (decimal): -1145505 or 6260206. OLE color: 6260206.
HSL color Cylindrical-coordinate representation of color #EE855F: hue angle of 15.94º 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 #EE855F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.07 |
| HSL | 15.94º | 0.81% | 0.65% | - |
| HSV(B) | 15.94º | 0.6% | 0.93% | - |
| XYZ | 45.71 | 35.78 | 15.32 | - |
| YUV | 160.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 95 | 0 | 0.44 | 0.60 | 0.07 | 15.94 | 0.81 | 0.65 |
| Hex | EE | 85 | 5F | 0 | 2C | 3C | 7 | 10 | 51 | 41 |
| Octal | 356 | 205 | 137 | 0 | 54 | 74 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000101 | 1011111 | 0 | 101100 | 111100 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE855F
Complementary color
Monochromatic Colors of #EE855F
Black with #EE855F
Text Example
Text Example
White with #EE855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE855F; }
p { color: rgb(238,133,95); }
H1.HeaderClassName
{
color: #EE855F;
}
.AnyTagClassName
{
color: #EE855F;
}
</style>
background-color css
<style>
a { background-color: #EE855F; }
a { background-color: rgb(238,133,95); }
div.DivClassName
{
background-color: #EE855F;
}
.BgClassName
{
background-color: #EE855F;
}
</style>
border-color css
<style>
span { border-color: #EE855F; }
span { border-color: rgb(238,133,95); }
td.TdClassName
{
border-color: #EE855F;
}
.TagClassName
{
border-color: #EE855F;
}
</style>