Shades of Crusta #EE894F
Tints of Crusta #EE894F
RGB
CMYK
RGB Variations
Color information
#EE894F (or 0xEE894F) is known color: Crusta. HEX triplet: EE, 89 and 4F. RGB value is (238,137,79). Sum of RGB (Red+Green+Blue) = 238+137+79=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE894F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE894F is #1176B0. Grayscale: #A0A0A0. Windows color (decimal): -1144497 or 5212654. OLE color: 5212654.
HSL color Cylindrical-coordinate representation of color #EE894F: hue angle of 21.89º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE894F is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 79 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.07 |
| HSL | 21.89º | 0.82% | 0.62% | - |
| HSV(B) | 21.89º | 0.67% | 0.93% | - |
| XYZ | 45.62 | 36.63 | 12.06 | - |
| YUV | 160.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 79 | 0 | 0.42 | 0.67 | 0.07 | 21.89 | 0.82 | 0.62 |
| Hex | EE | 89 | 4F | 0 | 2A | 43 | 7 | 16 | 52 | 3E |
| Octal | 356 | 211 | 117 | 0 | 52 | 103 | 7 | 26 | 122 | 76 |
| Binary | 11101110 | 10001001 | 1001111 | 0 | 101010 | 1000011 | 111 | 10110 | 1010010 | 111110 |
Color Harmonies of #EE894F
Complementary color
Monochromatic Colors of #EE894F
Black with #EE894F
Text Example
Text Example
White with #EE894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE894F; }
p { color: rgb(238,137,79); }
H1.HeaderClassName
{
color: #EE894F;
}
.AnyTagClassName
{
color: #EE894F;
}
</style>
background-color css
<style>
a { background-color: #EE894F; }
a { background-color: rgb(238,137,79); }
div.DivClassName
{
background-color: #EE894F;
}
.BgClassName
{
background-color: #EE894F;
}
</style>
border-color css
<style>
span { border-color: #EE894F; }
span { border-color: rgb(238,137,79); }
td.TdClassName
{
border-color: #EE894F;
}
.TagClassName
{
border-color: #EE894F;
}
</style>