Shades of Crusta #EE9259
Tints of Crusta #EE9259
RGB
CMYK
RGB Variations
Color information
#EE9259 (or 0xEE9259) is known color: Crusta. HEX triplet: EE, 92 and 59. RGB value is (238,146,89). Sum of RGB (Red+Green+Blue) = 238+146+89=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9259 is #116DA6. Grayscale: #A7A7A7. Windows color (decimal): -1142183 or 5870318. OLE color: 5870318.
HSL color Cylindrical-coordinate representation of color #EE9259: hue angle of 22.95º 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 #EE9259 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 89 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.07 |
| HSL | 22.95º | 0.81% | 0.64% | - |
| HSV(B) | 22.95º | 0.63% | 0.93% | - |
| XYZ | 47.34 | 39.46 | 14.57 | - |
| YUV | 167.01 | 83.98 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 89 | 0 | 0.39 | 0.63 | 0.07 | 22.95 | 0.81 | 0.64 |
| Hex | EE | 92 | 59 | 0 | 27 | 3F | 7 | 17 | 51 | 40 |
| Octal | 356 | 222 | 131 | 0 | 47 | 77 | 7 | 27 | 121 | 100 |
| Binary | 11101110 | 10010010 | 1011001 | 0 | 100111 | 111111 | 111 | 10111 | 1010001 | 1000000 |
Color Harmonies of #EE9259
Complementary color
Monochromatic Colors of #EE9259
Black with #EE9259
Text Example
Text Example
White with #EE9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9259; }
p { color: rgb(238,146,89); }
H1.HeaderClassName
{
color: #EE9259;
}
.AnyTagClassName
{
color: #EE9259;
}
</style>
background-color css
<style>
a { background-color: #EE9259; }
a { background-color: rgb(238,146,89); }
div.DivClassName
{
background-color: #EE9259;
}
.BgClassName
{
background-color: #EE9259;
}
</style>
border-color css
<style>
span { border-color: #EE9259; }
span { border-color: rgb(238,146,89); }
td.TdClassName
{
border-color: #EE9259;
}
.TagClassName
{
border-color: #EE9259;
}
</style>