Shades of Crusta #EE885B
Tints of Crusta #EE885B
RGB
CMYK
RGB Variations
Color information
#EE885B (or 0xEE885B) is known color: Crusta. HEX triplet: EE, 88 and 5B. RGB value is (238,136,91). Sum of RGB (Red+Green+Blue) = 238+136+91=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE885B is #1177A4. Grayscale: #A1A1A1. Windows color (decimal): -1144741 or 5998830. OLE color: 5998830.
HSL color Cylindrical-coordinate representation of color #EE885B: hue angle of 18.37º 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 #EE885B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 91 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.07 |
| HSL | 18.37º | 0.81% | 0.65% | - |
| HSV(B) | 18.37º | 0.62% | 0.93% | - |
| XYZ | 45.95 | 36.54 | 14.53 | - |
| YUV | 161.37 | 88.29 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 91 | 0 | 0.43 | 0.62 | 0.07 | 18.37 | 0.81 | 0.65 |
| Hex | EE | 88 | 5B | 0 | 2B | 3E | 7 | 12 | 51 | 41 |
| Octal | 356 | 210 | 133 | 0 | 53 | 76 | 7 | 22 | 121 | 101 |
| Binary | 11101110 | 10001000 | 1011011 | 0 | 101011 | 111110 | 111 | 10010 | 1010001 | 1000001 |
Color Harmonies of #EE885B
Complementary color
Monochromatic Colors of #EE885B
Black with #EE885B
Text Example
Text Example
White with #EE885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE885B; }
p { color: rgb(238,136,91); }
H1.HeaderClassName
{
color: #EE885B;
}
.AnyTagClassName
{
color: #EE885B;
}
</style>
background-color css
<style>
a { background-color: #EE885B; }
a { background-color: rgb(238,136,91); }
div.DivClassName
{
background-color: #EE885B;
}
.BgClassName
{
background-color: #EE885B;
}
</style>
border-color css
<style>
span { border-color: #EE885B; }
span { border-color: rgb(238,136,91); }
td.TdClassName
{
border-color: #EE885B;
}
.TagClassName
{
border-color: #EE885B;
}
</style>