Shades of Crusta #EE8D51
Tints of Crusta #EE8D51
RGB
CMYK
RGB Variations
Color information
#EE8D51 (or 0xEE8D51) is known color: Crusta. HEX triplet: EE, 8D and 51. RGB value is (238,141,81). Sum of RGB (Red+Green+Blue) = 238+141+81=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D51 is #1172AE. Grayscale: #A3A3A3. Windows color (decimal): -1143471 or 5344750. OLE color: 5344750.
HSL color Cylindrical-coordinate representation of color #EE8D51: hue angle of 22.93º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE8D51 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 141 | 81 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.07 |
| HSL | 22.93º | 0.82% | 0.63% | - |
| HSV(B) | 22.93º | 0.66% | 0.93% | - |
| XYZ | 46.27 | 37.82 | 12.65 | - |
| YUV | 163.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 141 | 81 | 0 | 0.41 | 0.66 | 0.07 | 22.93 | 0.82 | 0.63 |
| Hex | EE | 8D | 51 | 0 | 29 | 42 | 7 | 17 | 52 | 3F |
| Octal | 356 | 215 | 121 | 0 | 51 | 102 | 7 | 27 | 122 | 77 |
| Binary | 11101110 | 10001101 | 1010001 | 0 | 101001 | 1000010 | 111 | 10111 | 1010010 | 111111 |
Color Harmonies of #EE8D51
Complementary color
Monochromatic Colors of #EE8D51
Black with #EE8D51
Text Example
Text Example
White with #EE8D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8D51; }
p { color: rgb(238,141,81); }
H1.HeaderClassName
{
color: #EE8D51;
}
.AnyTagClassName
{
color: #EE8D51;
}
</style>
background-color css
<style>
a { background-color: #EE8D51; }
a { background-color: rgb(238,141,81); }
div.DivClassName
{
background-color: #EE8D51;
}
.BgClassName
{
background-color: #EE8D51;
}
</style>
border-color css
<style>
span { border-color: #EE8D51; }
span { border-color: rgb(238,141,81); }
td.TdClassName
{
border-color: #EE8D51;
}
.TagClassName
{
border-color: #EE8D51;
}
</style>