Shades of Crusta #EE8354
Tints of Crusta #EE8354
RGB
CMYK
RGB Variations
Color information
#EE8354 (or 0xEE8354) is known color: Crusta. HEX triplet: EE, 83 and 54. RGB value is (238,131,84). Sum of RGB (Red+Green+Blue) = 238+131+84=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8354 is #117CAB. Grayscale: #9D9D9D. Windows color (decimal): -1146028 or 5538798. OLE color: 5538798.
HSL color Cylindrical-coordinate representation of color #EE8354: hue angle of 18.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE8354 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 84 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.07 |
| HSL | 18.31º | 0.82% | 0.63% | - |
| HSV(B) | 18.31º | 0.65% | 0.93% | - |
| XYZ | 44.98 | 35.05 | 12.78 | - |
| YUV | 157.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 84 | 0 | 0.45 | 0.65 | 0.07 | 18.31 | 0.82 | 0.63 |
| Hex | EE | 83 | 54 | 0 | 2D | 41 | 7 | 12 | 52 | 3F |
| Octal | 356 | 203 | 124 | 0 | 55 | 101 | 7 | 22 | 122 | 77 |
| Binary | 11101110 | 10000011 | 1010100 | 0 | 101101 | 1000001 | 111 | 10010 | 1010010 | 111111 |
Color Harmonies of #EE8354
Complementary color
Monochromatic Colors of #EE8354
Black with #EE8354
Text Example
Text Example
White with #EE8354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8354; }
p { color: rgb(238,131,84); }
H1.HeaderClassName
{
color: #EE8354;
}
.AnyTagClassName
{
color: #EE8354;
}
</style>
background-color css
<style>
a { background-color: #EE8354; }
a { background-color: rgb(238,131,84); }
div.DivClassName
{
background-color: #EE8354;
}
.BgClassName
{
background-color: #EE8354;
}
</style>
border-color css
<style>
span { border-color: #EE8354; }
span { border-color: rgb(238,131,84); }
td.TdClassName
{
border-color: #EE8354;
}
.TagClassName
{
border-color: #EE8354;
}
</style>