Shades of Crusta #EE834E
Tints of Crusta #EE834E
RGB
CMYK
RGB Variations
Color information
#EE834E (or 0xEE834E) is known color: Crusta. HEX triplet: EE, 83 and 4E. RGB value is (238,131,78). Sum of RGB (Red+Green+Blue) = 238+131+78=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE834E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE834E is #117CB1. Grayscale: #9D9D9D. Windows color (decimal): -1146034 or 5145582. OLE color: 5145582.
HSL color Cylindrical-coordinate representation of color #EE834E: hue angle of 19.88º 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 #EE834E is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 78 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.07 |
| HSL | 19.88º | 0.82% | 0.62% | - |
| HSV(B) | 19.88º | 0.67% | 0.93% | - |
| XYZ | 44.75 | 34.96 | 11.6 | - |
| YUV | 156.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 78 | 0 | 0.45 | 0.67 | 0.07 | 19.88 | 0.82 | 0.62 |
| Hex | EE | 83 | 4E | 0 | 2D | 43 | 7 | 14 | 52 | 3E |
| Octal | 356 | 203 | 116 | 0 | 55 | 103 | 7 | 24 | 122 | 76 |
| Binary | 11101110 | 10000011 | 1001110 | 0 | 101101 | 1000011 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #EE834E
Complementary color
Monochromatic Colors of #EE834E
Black with #EE834E
Text Example
Text Example
White with #EE834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE834E; }
p { color: rgb(238,131,78); }
H1.HeaderClassName
{
color: #EE834E;
}
.AnyTagClassName
{
color: #EE834E;
}
</style>
background-color css
<style>
a { background-color: #EE834E; }
a { background-color: rgb(238,131,78); }
div.DivClassName
{
background-color: #EE834E;
}
.BgClassName
{
background-color: #EE834E;
}
</style>
border-color css
<style>
span { border-color: #EE834E; }
span { border-color: rgb(238,131,78); }
td.TdClassName
{
border-color: #EE834E;
}
.TagClassName
{
border-color: #EE834E;
}
</style>