Shades of Crusta #EE8D59
Tints of Crusta #EE8D59
RGB
CMYK
RGB Variations
Color information
#EE8D59 (or 0xEE8D59) is known color: Crusta. HEX triplet: EE, 8D and 59. RGB value is (238,141,89). Sum of RGB (Red+Green+Blue) = 238+141+89=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D59 is #1172A6. Grayscale: #A4A4A4. Windows color (decimal): -1143463 or 5869038. OLE color: 5869038.
HSL color Cylindrical-coordinate representation of color #EE8D59: hue angle of 20.94º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE8D59 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 89 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.07 |
| HSL | 20.94º | 0.81% | 0.64% | - |
| HSV(B) | 20.94º | 0.63% | 0.93% | - |
| XYZ | 46.59 | 37.95 | 14.32 | - |
| YUV | 164.08 | 85.64 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 89 | 0 | 0.41 | 0.63 | 0.07 | 20.94 | 0.81 | 0.64 |
| Hex | EE | 8D | 59 | 0 | 29 | 3F | 7 | 15 | 51 | 40 |
| Octal | 356 | 215 | 131 | 0 | 51 | 77 | 7 | 25 | 121 | 100 |
| Binary | 11101110 | 10001101 | 1011001 | 0 | 101001 | 111111 | 111 | 10101 | 1010001 | 1000000 |
Color Harmonies of #EE8D59
Complementary color
Monochromatic Colors of #EE8D59
Black with #EE8D59
Text Example
Text Example
White with #EE8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D59; }
p { color: rgb(238,141,89); }
H1.HeaderClassName
{
color: #EE8D59;
}
.AnyTagClassName
{
color: #EE8D59;
}
</style>
background-color css
<style>
a { background-color: #EE8D59; }
a { background-color: rgb(238,141,89); }
div.DivClassName
{
background-color: #EE8D59;
}
.BgClassName
{
background-color: #EE8D59;
}
</style>
border-color css
<style>
span { border-color: #EE8D59; }
span { border-color: rgb(238,141,89); }
td.TdClassName
{
border-color: #EE8D59;
}
.TagClassName
{
border-color: #EE8D59;
}
</style>