Shades of Crusta #EE8454
Tints of Crusta #EE8454
RGB
CMYK
RGB Variations
Color information
#EE8454 (or 0xEE8454) is known color: Crusta. HEX triplet: EE, 84 and 54. RGB value is (238,132,84). Sum of RGB (Red+Green+Blue) = 238+132+84=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8454 is #117BAB. Grayscale: #9E9E9E. Windows color (decimal): -1145772 or 5539054. OLE color: 5539054.
HSL color Cylindrical-coordinate representation of color #EE8454: hue angle of 18.7º 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 #EE8454 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 84 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.07 |
| HSL | 18.7º | 0.82% | 0.63% | - |
| HSV(B) | 18.7º | 0.65% | 0.93% | - |
| XYZ | 45.11 | 35.32 | 12.83 | - |
| YUV | 158.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 84 | 0 | 0.45 | 0.65 | 0.07 | 18.7 | 0.82 | 0.63 |
| Hex | EE | 84 | 54 | 0 | 2D | 41 | 7 | 13 | 52 | 3F |
| Octal | 356 | 204 | 124 | 0 | 55 | 101 | 7 | 23 | 122 | 77 |
| Binary | 11101110 | 10000100 | 1010100 | 0 | 101101 | 1000001 | 111 | 10011 | 1010010 | 111111 |
Color Harmonies of #EE8454
Complementary color
Monochromatic Colors of #EE8454
Black with #EE8454
Text Example
Text Example
White with #EE8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8454; }
p { color: rgb(238,132,84); }
H1.HeaderClassName
{
color: #EE8454;
}
.AnyTagClassName
{
color: #EE8454;
}
</style>
background-color css
<style>
a { background-color: #EE8454; }
a { background-color: rgb(238,132,84); }
div.DivClassName
{
background-color: #EE8454;
}
.BgClassName
{
background-color: #EE8454;
}
</style>
border-color css
<style>
span { border-color: #EE8454; }
span { border-color: rgb(238,132,84); }
td.TdClassName
{
border-color: #EE8454;
}
.TagClassName
{
border-color: #EE8454;
}
</style>