Shades of Crusta #EE8D61
Tints of Crusta #EE8D61
RGB
CMYK
RGB Variations
Color information
#EE8D61 (or 0xEE8D61) is known color: Crusta. HEX triplet: EE, 8D and 61. RGB value is (238,141,97). Sum of RGB (Red+Green+Blue) = 238+141+97=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D61 is #11729E. Grayscale: #A5A5A5. Windows color (decimal): -1143455 or 6393326. OLE color: 6393326.
HSL color Cylindrical-coordinate representation of color #EE8D61: hue angle of 18.72º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE8D61 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 97 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.07 |
| HSL | 18.72º | 0.81% | 0.66% | - |
| HSV(B) | 18.72º | 0.59% | 0.93% | - |
| XYZ | 46.94 | 38.09 | 16.19 | - |
| YUV | 164.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 97 | 0 | 0.41 | 0.59 | 0.07 | 18.72 | 0.81 | 0.66 |
| Hex | EE | 8D | 61 | 0 | 29 | 3B | 7 | 13 | 51 | 42 |
| Octal | 356 | 215 | 141 | 0 | 51 | 73 | 7 | 23 | 121 | 102 |
| Binary | 11101110 | 10001101 | 1100001 | 0 | 101001 | 111011 | 111 | 10011 | 1010001 | 1000010 |
Color Harmonies of #EE8D61
Complementary color
Monochromatic Colors of #EE8D61
Black with #EE8D61
Text Example
Text Example
White with #EE8D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D61; }
p { color: rgb(238,141,97); }
H1.HeaderClassName
{
color: #EE8D61;
}
.AnyTagClassName
{
color: #EE8D61;
}
</style>
background-color css
<style>
a { background-color: #EE8D61; }
a { background-color: rgb(238,141,97); }
div.DivClassName
{
background-color: #EE8D61;
}
.BgClassName
{
background-color: #EE8D61;
}
</style>
border-color css
<style>
span { border-color: #EE8D61; }
span { border-color: rgb(238,141,97); }
td.TdClassName
{
border-color: #EE8D61;
}
.TagClassName
{
border-color: #EE8D61;
}
</style>