Shades of Crusta #EE855B
Tints of Crusta #EE855B
RGB
CMYK
RGB Variations
Color information
#EE855B (or 0xEE855B) is known color: Crusta. HEX triplet: EE, 85 and 5B. RGB value is (238,133,91). Sum of RGB (Red+Green+Blue) = 238+133+91=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE855B is #117AA4. Grayscale: #9F9F9F. Windows color (decimal): -1145509 or 5998062. OLE color: 5998062.
HSL color Cylindrical-coordinate representation of color #EE855B: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE855B is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 91 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.07 |
| HSL | 17.14º | 0.81% | 0.65% | - |
| HSV(B) | 17.14º | 0.62% | 0.93% | - |
| XYZ | 45.54 | 35.71 | 14.39 | - |
| YUV | 159.61 | 89.29 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 91 | 0 | 0.44 | 0.62 | 0.07 | 17.14 | 0.81 | 0.65 |
| Hex | EE | 85 | 5B | 0 | 2C | 3E | 7 | 11 | 51 | 41 |
| Octal | 356 | 205 | 133 | 0 | 54 | 76 | 7 | 21 | 121 | 101 |
| Binary | 11101110 | 10000101 | 1011011 | 0 | 101100 | 111110 | 111 | 10001 | 1010001 | 1000001 |
Color Harmonies of #EE855B
Complementary color
Monochromatic Colors of #EE855B
Black with #EE855B
Text Example
Text Example
White with #EE855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE855B; }
p { color: rgb(238,133,91); }
H1.HeaderClassName
{
color: #EE855B;
}
.AnyTagClassName
{
color: #EE855B;
}
</style>
background-color css
<style>
a { background-color: #EE855B; }
a { background-color: rgb(238,133,91); }
div.DivClassName
{
background-color: #EE855B;
}
.BgClassName
{
background-color: #EE855B;
}
</style>
border-color css
<style>
span { border-color: #EE855B; }
span { border-color: rgb(238,133,91); }
td.TdClassName
{
border-color: #EE855B;
}
.TagClassName
{
border-color: #EE855B;
}
</style>