Shades of Crusta #EE8351
Tints of Crusta #EE8351
RGB
CMYK
RGB Variations
Color information
#EE8351 (or 0xEE8351) is known color: Crusta. HEX triplet: EE, 83 and 51. RGB value is (238,131,81). Sum of RGB (Red+Green+Blue) = 238+131+81=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8351 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8351 is #117CAE. Grayscale: #9D9D9D. Windows color (decimal): -1146031 or 5342190. OLE color: 5342190.
HSL color Cylindrical-coordinate representation of color #EE8351: hue angle of 19.11º 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 #EE8351 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 81 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.07 |
| HSL | 19.11º | 0.82% | 0.63% | - |
| HSV(B) | 19.11º | 0.66% | 0.93% | - |
| XYZ | 44.86 | 35 | 12.18 | - |
| YUV | 157.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 81 | 0 | 0.45 | 0.66 | 0.07 | 19.11 | 0.82 | 0.63 |
| Hex | EE | 83 | 51 | 0 | 2D | 42 | 7 | 13 | 52 | 3F |
| Octal | 356 | 203 | 121 | 0 | 55 | 102 | 7 | 23 | 122 | 77 |
| Binary | 11101110 | 10000011 | 1010001 | 0 | 101101 | 1000010 | 111 | 10011 | 1010010 | 111111 |
Color Harmonies of #EE8351
Complementary color
Monochromatic Colors of #EE8351
Black with #EE8351
Text Example
Text Example
White with #EE8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8351; }
p { color: rgb(238,131,81); }
H1.HeaderClassName
{
color: #EE8351;
}
.AnyTagClassName
{
color: #EE8351;
}
</style>
background-color css
<style>
a { background-color: #EE8351; }
a { background-color: rgb(238,131,81); }
div.DivClassName
{
background-color: #EE8351;
}
.BgClassName
{
background-color: #EE8351;
}
</style>
border-color css
<style>
span { border-color: #EE8351; }
span { border-color: rgb(238,131,81); }
td.TdClassName
{
border-color: #EE8351;
}
.TagClassName
{
border-color: #EE8351;
}
</style>