Shades of Crusta #EE8760
Tints of Crusta #EE8760
RGB
CMYK
RGB Variations
Color information
#EE8760 (or 0xEE8760) is known color: Crusta. HEX triplet: EE, 87 and 60. RGB value is (238,135,96). Sum of RGB (Red+Green+Blue) = 238+135+96=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8760 is #11789F. Grayscale: #A1A1A1. Windows color (decimal): -1144992 or 6326254. OLE color: 6326254.
HSL color Cylindrical-coordinate representation of color #EE8760: hue angle of 16.48º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE8760 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 96 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.07 |
| HSL | 16.48º | 0.81% | 0.65% | - |
| HSV(B) | 16.48º | 0.6% | 0.93% | - |
| XYZ | 46.04 | 36.35 | 15.66 | - |
| YUV | 161.35 | 91.12 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 96 | 0 | 0.43 | 0.60 | 0.07 | 16.48 | 0.81 | 0.65 |
| Hex | EE | 87 | 60 | 0 | 2B | 3C | 7 | 10 | 51 | 41 |
| Octal | 356 | 207 | 140 | 0 | 53 | 74 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000111 | 1100000 | 0 | 101011 | 111100 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE8760
Complementary color
Monochromatic Colors of #EE8760
Black with #EE8760
Text Example
Text Example
White with #EE8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8760; }
p { color: rgb(238,135,96); }
H1.HeaderClassName
{
color: #EE8760;
}
.AnyTagClassName
{
color: #EE8760;
}
</style>
background-color css
<style>
a { background-color: #EE8760; }
a { background-color: rgb(238,135,96); }
div.DivClassName
{
background-color: #EE8760;
}
.BgClassName
{
background-color: #EE8760;
}
</style>
border-color css
<style>
span { border-color: #EE8760; }
span { border-color: rgb(238,135,96); }
td.TdClassName
{
border-color: #EE8760;
}
.TagClassName
{
border-color: #EE8760;
}
</style>