Shades of Crusta #EE8E5D
Tints of Crusta #EE8E5D
RGB
CMYK
RGB Variations
Color information
#EE8E5D (or 0xEE8E5D) is known color: Crusta. HEX triplet: EE, 8E and 5D. RGB value is (238,142,93). Sum of RGB (Red+Green+Blue) = 238+142+93=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8E5D is #1171A2. Grayscale: #A5A5A5. Windows color (decimal): -1143203 or 6131438. OLE color: 6131438.
HSL color Cylindrical-coordinate representation of color #EE8E5D: hue angle of 20.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE8E5D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 142 | 93 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.07 |
| HSL | 20.28º | 0.81% | 0.65% | - |
| HSV(B) | 20.28º | 0.61% | 0.93% | - |
| XYZ | 46.91 | 38.31 | 15.28 | - |
| YUV | 165.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 93 | 0 | 0.40 | 0.61 | 0.07 | 20.28 | 0.81 | 0.65 |
| Hex | EE | 8E | 5D | 0 | 28 | 3D | 7 | 14 | 51 | 41 |
| Octal | 356 | 216 | 135 | 0 | 50 | 75 | 7 | 24 | 121 | 101 |
| Binary | 11101110 | 10001110 | 1011101 | 0 | 101000 | 111101 | 111 | 10100 | 1010001 | 1000001 |
Color Harmonies of #EE8E5D
Complementary color
Monochromatic Colors of #EE8E5D
Black with #EE8E5D
Text Example
Text Example
White with #EE8E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8E5D; }
p { color: rgb(238,142,93); }
H1.HeaderClassName
{
color: #EE8E5D;
}
.AnyTagClassName
{
color: #EE8E5D;
}
</style>
background-color css
<style>
a { background-color: #EE8E5D; }
a { background-color: rgb(238,142,93); }
div.DivClassName
{
background-color: #EE8E5D;
}
.BgClassName
{
background-color: #EE8E5D;
}
</style>
border-color css
<style>
span { border-color: #EE8E5D; }
span { border-color: rgb(238,142,93); }
td.TdClassName
{
border-color: #EE8E5D;
}
.TagClassName
{
border-color: #EE8E5D;
}
</style>