Shades of Crusta #EE8364
Tints of Crusta #EE8364
RGB
CMYK
RGB Variations
Color information
#EE8364 (or 0xEE8364) is known color: Crusta. HEX triplet: EE, 83 and 64. RGB value is (238,131,100). Sum of RGB (Red+Green+Blue) = 238+131+100=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8364 is #117C9B. Grayscale: #9F9F9F. Windows color (decimal): -1146012 or 6587374. OLE color: 6587374.
HSL color Cylindrical-coordinate representation of color #EE8364: hue angle of 13.48º 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 #EE8364 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 100 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.07 |
| HSL | 13.48º | 0.8% | 0.66% | - |
| HSV(B) | 13.48º | 0.58% | 0.93% | - |
| XYZ | 45.68 | 35.33 | 16.47 | - |
| YUV | 159.46 | 94.45 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 100 | 0 | 0.45 | 0.58 | 0.07 | 13.48 | 0.8 | 0.66 |
| Hex | EE | 83 | 64 | 0 | 2D | 3A | 7 | D | 50 | 42 |
| Octal | 356 | 203 | 144 | 0 | 55 | 72 | 7 | 15 | 120 | 102 |
| Binary | 11101110 | 10000011 | 1100100 | 0 | 101101 | 111010 | 111 | 1101 | 1010000 | 1000010 |
Color Harmonies of #EE8364
Complementary color
Monochromatic Colors of #EE8364
Black with #EE8364
Text Example
Text Example
White with #EE8364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8364; }
p { color: rgb(238,131,100); }
H1.HeaderClassName
{
color: #EE8364;
}
.AnyTagClassName
{
color: #EE8364;
}
</style>
background-color css
<style>
a { background-color: #EE8364; }
a { background-color: rgb(238,131,100); }
div.DivClassName
{
background-color: #EE8364;
}
.BgClassName
{
background-color: #EE8364;
}
</style>
border-color css
<style>
span { border-color: #EE8364; }
span { border-color: rgb(238,131,100); }
td.TdClassName
{
border-color: #EE8364;
}
.TagClassName
{
border-color: #EE8364;
}
</style>