Shades of Crusta #EE8764
Tints of Crusta #EE8764
RGB
CMYK
RGB Variations
Color information
#EE8764 (or 0xEE8764) is known color: Crusta. HEX triplet: EE, 87 and 64. RGB value is (238,135,100). Sum of RGB (Red+Green+Blue) = 238+135+100=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8764 is #11789B. Grayscale: #A2A2A2. Windows color (decimal): -1144988 or 6588398. OLE color: 6588398.
HSL color Cylindrical-coordinate representation of color #EE8764: hue angle of 15.22º 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 #EE8764 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 100 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.07 |
| HSL | 15.22º | 0.8% | 0.66% | - |
| HSV(B) | 15.22º | 0.58% | 0.93% | - |
| XYZ | 46.22 | 36.43 | 16.65 | - |
| YUV | 161.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 100 | 0 | 0.43 | 0.58 | 0.07 | 15.22 | 0.8 | 0.66 |
| Hex | EE | 87 | 64 | 0 | 2B | 3A | 7 | F | 50 | 42 |
| Octal | 356 | 207 | 144 | 0 | 53 | 72 | 7 | 17 | 120 | 102 |
| Binary | 11101110 | 10000111 | 1100100 | 0 | 101011 | 111010 | 111 | 1111 | 1010000 | 1000010 |
Color Harmonies of #EE8764
Complementary color
Monochromatic Colors of #EE8764
Black with #EE8764
Text Example
Text Example
White with #EE8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8764; }
p { color: rgb(238,135,100); }
H1.HeaderClassName
{
color: #EE8764;
}
.AnyTagClassName
{
color: #EE8764;
}
</style>
background-color css
<style>
a { background-color: #EE8764; }
a { background-color: rgb(238,135,100); }
div.DivClassName
{
background-color: #EE8764;
}
.BgClassName
{
background-color: #EE8764;
}
</style>
border-color css
<style>
span { border-color: #EE8764; }
span { border-color: rgb(238,135,100); }
td.TdClassName
{
border-color: #EE8764;
}
.TagClassName
{
border-color: #EE8764;
}
</style>