Shades of Crusta #EE8665
Tints of Crusta #EE8665
RGB
CMYK
RGB Variations
Color information
#EE8665 (or 0xEE8665) is known color: Crusta. HEX triplet: EE, 86 and 65. RGB value is (238,134,101). Sum of RGB (Red+Green+Blue) = 238+134+101=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8665 is #11799A. Grayscale: #A1A1A1. Windows color (decimal): -1145243 or 6653678. OLE color: 6653678.
HSL color Cylindrical-coordinate representation of color #EE8665: hue angle of 14.45º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE8665 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 101 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.07 |
| HSL | 14.45º | 0.8% | 0.66% | - |
| HSV(B) | 14.45º | 0.58% | 0.93% | - |
| XYZ | 46.13 | 36.17 | 16.86 | - |
| YUV | 161.33 | 93.96 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 101 | 0 | 0.44 | 0.58 | 0.07 | 14.45 | 0.8 | 0.66 |
| Hex | EE | 86 | 65 | 0 | 2C | 3A | 7 | E | 50 | 42 |
| Octal | 356 | 206 | 145 | 0 | 54 | 72 | 7 | 16 | 120 | 102 |
| Binary | 11101110 | 10000110 | 1100101 | 0 | 101100 | 111010 | 111 | 1110 | 1010000 | 1000010 |
Color Harmonies of #EE8665
Complementary color
Monochromatic Colors of #EE8665
Black with #EE8665
Text Example
Text Example
White with #EE8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8665; }
p { color: rgb(238,134,101); }
H1.HeaderClassName
{
color: #EE8665;
}
.AnyTagClassName
{
color: #EE8665;
}
</style>
background-color css
<style>
a { background-color: #EE8665; }
a { background-color: rgb(238,134,101); }
div.DivClassName
{
background-color: #EE8665;
}
.BgClassName
{
background-color: #EE8665;
}
</style>
border-color css
<style>
span { border-color: #EE8665; }
span { border-color: rgb(238,134,101); }
td.TdClassName
{
border-color: #EE8665;
}
.TagClassName
{
border-color: #EE8665;
}
</style>