Shades of Crusta #EE8853
Tints of Crusta #EE8853
RGB
CMYK
RGB Variations
Color information
#EE8853 (or 0xEE8853) is known color: Crusta. HEX triplet: EE, 88 and 53. RGB value is (238,136,83). Sum of RGB (Red+Green+Blue) = 238+136+83=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 136 (53.52% from 255 or 29.76% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8853 is #1177AC. Grayscale: #A0A0A0. Windows color (decimal): -1144749 or 5474542. OLE color: 5474542.
HSL color Cylindrical-coordinate representation of color #EE8853: hue angle of 20.52º 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 #EE8853 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 83 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.07 |
| HSL | 20.52º | 0.82% | 0.63% | - |
| HSV(B) | 20.52º | 0.65% | 0.93% | - |
| XYZ | 45.63 | 36.41 | 12.81 | - |
| YUV | 160.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 83 | 0 | 0.43 | 0.65 | 0.07 | 20.52 | 0.82 | 0.63 |
| Hex | EE | 88 | 53 | 0 | 2B | 41 | 7 | 15 | 52 | 3F |
| Octal | 356 | 210 | 123 | 0 | 53 | 101 | 7 | 25 | 122 | 77 |
| Binary | 11101110 | 10001000 | 1010011 | 0 | 101011 | 1000001 | 111 | 10101 | 1010010 | 111111 |
Color Harmonies of #EE8853
Complementary color
Monochromatic Colors of #EE8853
Black with #EE8853
Text Example
Text Example
White with #EE8853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8853; }
p { color: rgb(238,136,83); }
H1.HeaderClassName
{
color: #EE8853;
}
.AnyTagClassName
{
color: #EE8853;
}
</style>
background-color css
<style>
a { background-color: #EE8853; }
a { background-color: rgb(238,136,83); }
div.DivClassName
{
background-color: #EE8853;
}
.BgClassName
{
background-color: #EE8853;
}
</style>
border-color css
<style>
span { border-color: #EE8853; }
span { border-color: rgb(238,136,83); }
td.TdClassName
{
border-color: #EE8853;
}
.TagClassName
{
border-color: #EE8853;
}
</style>