Shades of Crusta #EE894D
Tints of Crusta #EE894D
RGB
CMYK
RGB Variations
Color information
#EE894D (or 0xEE894D) is known color: Crusta. HEX triplet: EE, 89 and 4D. RGB value is (238,137,77). Sum of RGB (Red+Green+Blue) = 238+137+77=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE894D is #1176B2. Grayscale: #A0A0A0. Windows color (decimal): -1144499 or 5081582. OLE color: 5081582.
HSL color Cylindrical-coordinate representation of color #EE894D: hue angle of 22.36º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE894D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 77 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.07 |
| HSL | 22.36º | 0.83% | 0.62% | - |
| HSV(B) | 22.36º | 0.68% | 0.93% | - |
| XYZ | 45.55 | 36.6 | 11.69 | - |
| YUV | 160.36 | 80.96 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 77 | 0 | 0.42 | 0.68 | 0.07 | 22.36 | 0.83 | 0.62 |
| Hex | EE | 89 | 4D | 0 | 2A | 44 | 7 | 16 | 53 | 3E |
| Octal | 356 | 211 | 115 | 0 | 52 | 104 | 7 | 26 | 123 | 76 |
| Binary | 11101110 | 10001001 | 1001101 | 0 | 101010 | 1000100 | 111 | 10110 | 1010011 | 111110 |
Color Harmonies of #EE894D
Complementary color
Monochromatic Colors of #EE894D
Black with #EE894D
Text Example
Text Example
White with #EE894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE894D; }
p { color: rgb(238,137,77); }
H1.HeaderClassName
{
color: #EE894D;
}
.AnyTagClassName
{
color: #EE894D;
}
</style>
background-color css
<style>
a { background-color: #EE894D; }
a { background-color: rgb(238,137,77); }
div.DivClassName
{
background-color: #EE894D;
}
.BgClassName
{
background-color: #EE894D;
}
</style>
border-color css
<style>
span { border-color: #EE894D; }
span { border-color: rgb(238,137,77); }
td.TdClassName
{
border-color: #EE894D;
}
.TagClassName
{
border-color: #EE894D;
}
</style>