Shades of Crusta #EE835E
Tints of Crusta #EE835E
RGB
CMYK
RGB Variations
Color information
#EE835E (or 0xEE835E) is known color: Crusta. HEX triplet: EE, 83 and 5E. RGB value is (238,131,94). Sum of RGB (Red+Green+Blue) = 238+131+94=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE835E is #117CA1. Grayscale: #9F9F9F. Windows color (decimal): -1146018 or 6194158. OLE color: 6194158.
HSL color Cylindrical-coordinate representation of color #EE835E: hue angle of 15.42º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE835E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 94 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 15.42º | 0.81% | 0.65% | - |
| HSV(B) | 15.42º | 0.61% | 0.93% | - |
| XYZ | 45.4 | 35.22 | 14.99 | - |
| YUV | 158.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 94 | 0 | 0.45 | 0.61 | 0.07 | 15.42 | 0.81 | 0.65 |
| Hex | EE | 83 | 5E | 0 | 2D | 3D | 7 | F | 51 | 41 |
| Octal | 356 | 203 | 136 | 0 | 55 | 75 | 7 | 17 | 121 | 101 |
| Binary | 11101110 | 10000011 | 1011110 | 0 | 101101 | 111101 | 111 | 1111 | 1010001 | 1000001 |
Color Harmonies of #EE835E
Complementary color
Monochromatic Colors of #EE835E
Black with #EE835E
Text Example
Text Example
White with #EE835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE835E; }
p { color: rgb(238,131,94); }
H1.HeaderClassName
{
color: #EE835E;
}
.AnyTagClassName
{
color: #EE835E;
}
</style>
background-color css
<style>
a { background-color: #EE835E; }
a { background-color: rgb(238,131,94); }
div.DivClassName
{
background-color: #EE835E;
}
.BgClassName
{
background-color: #EE835E;
}
</style>
border-color css
<style>
span { border-color: #EE835E; }
span { border-color: rgb(238,131,94); }
td.TdClassName
{
border-color: #EE835E;
}
.TagClassName
{
border-color: #EE835E;
}
</style>