Shades of Crusta #EE8062
Tints of Crusta #EE8062
RGB
CMYK
RGB Variations
Color information
#EE8062 (or 0xEE8062) is known color: Crusta. HEX triplet: EE, 80 and 62. RGB value is (238,128,98). Sum of RGB (Red+Green+Blue) = 238+128+98=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8062 is #117F9D. Grayscale: #9D9D9D. Windows color (decimal): -1146782 or 6455534. OLE color: 6455534.
HSL color Cylindrical-coordinate representation of color #EE8062: hue angle of 12.86º degrees, saturation: 0.8, 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 #EE8062 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 98 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.07 |
| HSL | 12.86º | 0.8% | 0.66% | - |
| HSV(B) | 12.86º | 0.59% | 0.93% | - |
| XYZ | 45.18 | 34.5 | 15.83 | - |
| YUV | 157.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 98 | 0 | 0.46 | 0.59 | 0.07 | 12.86 | 0.8 | 0.66 |
| Hex | EE | 80 | 62 | 0 | 2E | 3B | 7 | D | 50 | 42 |
| Octal | 356 | 200 | 142 | 0 | 56 | 73 | 7 | 15 | 120 | 102 |
| Binary | 11101110 | 10000000 | 1100010 | 0 | 101110 | 111011 | 111 | 1101 | 1010000 | 1000010 |
Color Harmonies of #EE8062
Complementary color
Monochromatic Colors of #EE8062
Black with #EE8062
Text Example
Text Example
White with #EE8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8062; }
p { color: rgb(238,128,98); }
H1.HeaderClassName
{
color: #EE8062;
}
.AnyTagClassName
{
color: #EE8062;
}
</style>
background-color css
<style>
a { background-color: #EE8062; }
a { background-color: rgb(238,128,98); }
div.DivClassName
{
background-color: #EE8062;
}
.BgClassName
{
background-color: #EE8062;
}
</style>
border-color css
<style>
span { border-color: #EE8062; }
span { border-color: rgb(238,128,98); }
td.TdClassName
{
border-color: #EE8062;
}
.TagClassName
{
border-color: #EE8062;
}
</style>