Shades of Crusta #EE8D5F
Tints of Crusta #EE8D5F
RGB
CMYK
RGB Variations
Color information
#EE8D5F (or 0xEE8D5F) is known color: Crusta. HEX triplet: EE, 8D and 5F. RGB value is (238,141,95). Sum of RGB (Red+Green+Blue) = 238+141+95=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D5F is #1172A0. Grayscale: #A5A5A5. Windows color (decimal): -1143457 or 6262254. OLE color: 6262254.
HSL color Cylindrical-coordinate representation of color #EE8D5F: hue angle of 19.3º 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 #EE8D5F is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 95 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.07 |
| HSL | 19.3º | 0.81% | 0.65% | - |
| HSV(B) | 19.3º | 0.6% | 0.93% | - |
| XYZ | 46.85 | 38.05 | 15.7 | - |
| YUV | 164.76 | 88.64 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 95 | 0 | 0.41 | 0.60 | 0.07 | 19.3 | 0.81 | 0.65 |
| Hex | EE | 8D | 5F | 0 | 29 | 3C | 7 | 13 | 51 | 41 |
| Octal | 356 | 215 | 137 | 0 | 51 | 74 | 7 | 23 | 121 | 101 |
| Binary | 11101110 | 10001101 | 1011111 | 0 | 101001 | 111100 | 111 | 10011 | 1010001 | 1000001 |
Color Harmonies of #EE8D5F
Complementary color
Monochromatic Colors of #EE8D5F
Black with #EE8D5F
Text Example
Text Example
White with #EE8D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D5F; }
p { color: rgb(238,141,95); }
H1.HeaderClassName
{
color: #EE8D5F;
}
.AnyTagClassName
{
color: #EE8D5F;
}
</style>
background-color css
<style>
a { background-color: #EE8D5F; }
a { background-color: rgb(238,141,95); }
div.DivClassName
{
background-color: #EE8D5F;
}
.BgClassName
{
background-color: #EE8D5F;
}
</style>
border-color css
<style>
span { border-color: #EE8D5F; }
span { border-color: rgb(238,141,95); }
td.TdClassName
{
border-color: #EE8D5F;
}
.TagClassName
{
border-color: #EE8D5F;
}
</style>