Shades of Crusta #EE8151
Tints of Crusta #EE8151
RGB
CMYK
RGB Variations
Color information
#EE8151 (or 0xEE8151) is known color: Crusta. HEX triplet: EE, 81 and 51. RGB value is (238,129,81). Sum of RGB (Red+Green+Blue) = 238+129+81=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8151 is #117EAE. Grayscale: #9C9C9C. Windows color (decimal): -1146543 or 5341678. OLE color: 5341678.
HSL color Cylindrical-coordinate representation of color #EE8151: hue angle of 18.34º 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 #EE8151 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 81 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.07 |
| HSL | 18.34º | 0.82% | 0.63% | - |
| HSV(B) | 18.34º | 0.66% | 0.93% | - |
| XYZ | 44.6 | 34.47 | 12.09 | - |
| YUV | 156.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 81 | 0 | 0.46 | 0.66 | 0.07 | 18.34 | 0.82 | 0.63 |
| Hex | EE | 81 | 51 | 0 | 2E | 42 | 7 | 12 | 52 | 3F |
| Octal | 356 | 201 | 121 | 0 | 56 | 102 | 7 | 22 | 122 | 77 |
| Binary | 11101110 | 10000001 | 1010001 | 0 | 101110 | 1000010 | 111 | 10010 | 1010010 | 111111 |
Color Harmonies of #EE8151
Complementary color
Monochromatic Colors of #EE8151
Black with #EE8151
Text Example
Text Example
White with #EE8151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8151; }
p { color: rgb(238,129,81); }
H1.HeaderClassName
{
color: #EE8151;
}
.AnyTagClassName
{
color: #EE8151;
}
</style>
background-color css
<style>
a { background-color: #EE8151; }
a { background-color: rgb(238,129,81); }
div.DivClassName
{
background-color: #EE8151;
}
.BgClassName
{
background-color: #EE8151;
}
</style>
border-color css
<style>
span { border-color: #EE8151; }
span { border-color: rgb(238,129,81); }
td.TdClassName
{
border-color: #EE8151;
}
.TagClassName
{
border-color: #EE8151;
}
</style>