Shades of Crusta #EE9256
Tints of Crusta #EE9256
RGB
CMYK
RGB Variations
Color information
#EE9256 (or 0xEE9256) is known color: Crusta. HEX triplet: EE, 92 and 56. RGB value is (238,146,86). Sum of RGB (Red+Green+Blue) = 238+146+86=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9256 is #116DA9. Grayscale: #A7A7A7. Windows color (decimal): -1142186 or 5673710. OLE color: 5673710.
HSL color Cylindrical-coordinate representation of color #EE9256: hue angle of 23.68º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE9256 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.07 |
| HSL | 23.68º | 0.82% | 0.64% | - |
| HSV(B) | 23.68º | 0.64% | 0.93% | - |
| XYZ | 47.22 | 39.41 | 13.92 | - |
| YUV | 166.67 | 82.48 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 86 | 0 | 0.39 | 0.64 | 0.07 | 23.68 | 0.82 | 0.64 |
| Hex | EE | 92 | 56 | 0 | 27 | 40 | 7 | 18 | 52 | 40 |
| Octal | 356 | 222 | 126 | 0 | 47 | 100 | 7 | 30 | 122 | 100 |
| Binary | 11101110 | 10010010 | 1010110 | 0 | 100111 | 1000000 | 111 | 11000 | 1010010 | 1000000 |
Color Harmonies of #EE9256
Complementary color
Monochromatic Colors of #EE9256
Black with #EE9256
Text Example
Text Example
White with #EE9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9256; }
p { color: rgb(238,146,86); }
H1.HeaderClassName
{
color: #EE9256;
}
.AnyTagClassName
{
color: #EE9256;
}
</style>
background-color css
<style>
a { background-color: #EE9256; }
a { background-color: rgb(238,146,86); }
div.DivClassName
{
background-color: #EE9256;
}
.BgClassName
{
background-color: #EE9256;
}
</style>
border-color css
<style>
span { border-color: #EE9256; }
span { border-color: rgb(238,146,86); }
td.TdClassName
{
border-color: #EE9256;
}
.TagClassName
{
border-color: #EE9256;
}
</style>