Shades of Crusta #EE8F55
Tints of Crusta #EE8F55
RGB
CMYK
RGB Variations
Color information
#EE8F55 (or 0xEE8F55) is known color: Crusta. HEX triplet: EE, 8F and 55. RGB value is (238,143,85). Sum of RGB (Red+Green+Blue) = 238+143+85=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8F55 is #1170AA. Grayscale: #A5A5A5. Windows color (decimal): -1142955 or 5607406. OLE color: 5607406.
HSL color Cylindrical-coordinate representation of color #EE8F55: hue angle of 22.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE8F55 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 85 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.07 |
| HSL | 22.75º | 0.82% | 0.63% | - |
| HSV(B) | 22.75º | 0.64% | 0.93% | - |
| XYZ | 46.72 | 38.48 | 13.56 | - |
| YUV | 164.79 | 82.97 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 85 | 0 | 0.40 | 0.64 | 0.07 | 22.75 | 0.82 | 0.63 |
| Hex | EE | 8F | 55 | 0 | 28 | 40 | 7 | 17 | 52 | 3F |
| Octal | 356 | 217 | 125 | 0 | 50 | 100 | 7 | 27 | 122 | 77 |
| Binary | 11101110 | 10001111 | 1010101 | 0 | 101000 | 1000000 | 111 | 10111 | 1010010 | 111111 |
Color Harmonies of #EE8F55
Complementary color
Monochromatic Colors of #EE8F55
Black with #EE8F55
Text Example
Text Example
White with #EE8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F55; }
p { color: rgb(238,143,85); }
H1.HeaderClassName
{
color: #EE8F55;
}
.AnyTagClassName
{
color: #EE8F55;
}
</style>
background-color css
<style>
a { background-color: #EE8F55; }
a { background-color: rgb(238,143,85); }
div.DivClassName
{
background-color: #EE8F55;
}
.BgClassName
{
background-color: #EE8F55;
}
</style>
border-color css
<style>
span { border-color: #EE8F55; }
span { border-color: rgb(238,143,85); }
td.TdClassName
{
border-color: #EE8F55;
}
.TagClassName
{
border-color: #EE8F55;
}
</style>