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