Shades of Crusta #EE8D5C
Tints of Crusta #EE8D5C
RGB
CMYK
RGB Variations
Color information
#EE8D5C (or 0xEE8D5C) is known color: Crusta. HEX triplet: EE, 8D and 5C. RGB value is (238,141,92). Sum of RGB (Red+Green+Blue) = 238+141+92=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D5C is #1172A3. Grayscale: #A4A4A4. Windows color (decimal): -1143460 or 6065646. OLE color: 6065646.
HSL color Cylindrical-coordinate representation of color #EE8D5C: hue angle of 20.14º 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 #EE8D5C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 92 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.07 |
| HSL | 20.14º | 0.81% | 0.65% | - |
| HSV(B) | 20.14º | 0.61% | 0.93% | - |
| XYZ | 46.72 | 38 | 15 | - |
| YUV | 164.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 92 | 0 | 0.41 | 0.61 | 0.07 | 20.14 | 0.81 | 0.65 |
| Hex | EE | 8D | 5C | 0 | 29 | 3D | 7 | 14 | 51 | 41 |
| Octal | 356 | 215 | 134 | 0 | 51 | 75 | 7 | 24 | 121 | 101 |
| Binary | 11101110 | 10001101 | 1011100 | 0 | 101001 | 111101 | 111 | 10100 | 1010001 | 1000001 |
Color Harmonies of #EE8D5C
Complementary color
Monochromatic Colors of #EE8D5C
Black with #EE8D5C
Text Example
Text Example
White with #EE8D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D5C; }
p { color: rgb(238,141,92); }
H1.HeaderClassName
{
color: #EE8D5C;
}
.AnyTagClassName
{
color: #EE8D5C;
}
</style>
background-color css
<style>
a { background-color: #EE8D5C; }
a { background-color: rgb(238,141,92); }
div.DivClassName
{
background-color: #EE8D5C;
}
.BgClassName
{
background-color: #EE8D5C;
}
</style>
border-color css
<style>
span { border-color: #EE8D5C; }
span { border-color: rgb(238,141,92); }
td.TdClassName
{
border-color: #EE8D5C;
}
.TagClassName
{
border-color: #EE8D5C;
}
</style>