Shades of Crusta #EE8C61
Tints of Crusta #EE8C61
RGB
CMYK
RGB Variations
Color information
#EE8C61 (or 0xEE8C61) is known color: Crusta. HEX triplet: EE, 8C and 61. RGB value is (238,140,97). Sum of RGB (Red+Green+Blue) = 238+140+97=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8C61 is #11739E. Grayscale: #A4A4A4. Windows color (decimal): -1143711 or 6393070. OLE color: 6393070.
HSL color Cylindrical-coordinate representation of color #EE8C61: hue angle of 18.3º 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 #EE8C61 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 97 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.07 |
| HSL | 18.3º | 0.81% | 0.66% | - |
| HSV(B) | 18.3º | 0.59% | 0.93% | - |
| XYZ | 46.8 | 37.8 | 16.14 | - |
| YUV | 164.4 | 89.97 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 97 | 0 | 0.41 | 0.59 | 0.07 | 18.3 | 0.81 | 0.66 |
| Hex | EE | 8C | 61 | 0 | 29 | 3B | 7 | 12 | 51 | 42 |
| Octal | 356 | 214 | 141 | 0 | 51 | 73 | 7 | 22 | 121 | 102 |
| Binary | 11101110 | 10001100 | 1100001 | 0 | 101001 | 111011 | 111 | 10010 | 1010001 | 1000010 |
Color Harmonies of #EE8C61
Complementary color
Monochromatic Colors of #EE8C61
Black with #EE8C61
Text Example
Text Example
White with #EE8C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C61; }
p { color: rgb(238,140,97); }
H1.HeaderClassName
{
color: #EE8C61;
}
.AnyTagClassName
{
color: #EE8C61;
}
</style>
background-color css
<style>
a { background-color: #EE8C61; }
a { background-color: rgb(238,140,97); }
div.DivClassName
{
background-color: #EE8C61;
}
.BgClassName
{
background-color: #EE8C61;
}
</style>
border-color css
<style>
span { border-color: #EE8C61; }
span { border-color: rgb(238,140,97); }
td.TdClassName
{
border-color: #EE8C61;
}
.TagClassName
{
border-color: #EE8C61;
}
</style>