Shades of Crusta #EE8553
Tints of Crusta #EE8553
RGB
CMYK
RGB Variations
Color information
#EE8553 (or 0xEE8553) is known color: Crusta. HEX triplet: EE, 85 and 53. RGB value is (238,133,83). Sum of RGB (Red+Green+Blue) = 238+133+83=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8553 is #117AAC. Grayscale: #9F9F9F. Windows color (decimal): -1145517 or 5473774. OLE color: 5473774.
HSL color Cylindrical-coordinate representation of color #EE8553: hue angle of 19.35º 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 #EE8553 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 83 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.07 |
| HSL | 19.35º | 0.82% | 0.63% | - |
| HSV(B) | 19.35º | 0.65% | 0.93% | - |
| XYZ | 45.21 | 35.58 | 12.67 | - |
| YUV | 158.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 83 | 0 | 0.44 | 0.65 | 0.07 | 19.35 | 0.82 | 0.63 |
| Hex | EE | 85 | 53 | 0 | 2C | 41 | 7 | 13 | 52 | 3F |
| Octal | 356 | 205 | 123 | 0 | 54 | 101 | 7 | 23 | 122 | 77 |
| Binary | 11101110 | 10000101 | 1010011 | 0 | 101100 | 1000001 | 111 | 10011 | 1010010 | 111111 |
Color Harmonies of #EE8553
Complementary color
Monochromatic Colors of #EE8553
Black with #EE8553
Text Example
Text Example
White with #EE8553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8553; }
p { color: rgb(238,133,83); }
H1.HeaderClassName
{
color: #EE8553;
}
.AnyTagClassName
{
color: #EE8553;
}
</style>
background-color css
<style>
a { background-color: #EE8553; }
a { background-color: rgb(238,133,83); }
div.DivClassName
{
background-color: #EE8553;
}
.BgClassName
{
background-color: #EE8553;
}
</style>
border-color css
<style>
span { border-color: #EE8553; }
span { border-color: rgb(238,133,83); }
td.TdClassName
{
border-color: #EE8553;
}
.TagClassName
{
border-color: #EE8553;
}
</style>