Shades of Crusta #EE835C
Tints of Crusta #EE835C
RGB
CMYK
RGB Variations
Color information
#EE835C (or 0xEE835C) is known color: Crusta. HEX triplet: EE, 83 and 5C. RGB value is (238,131,92). Sum of RGB (Red+Green+Blue) = 238+131+92=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE835C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE835C is #117CA3. Grayscale: #9E9E9E. Windows color (decimal): -1146020 or 6063086. OLE color: 6063086.
HSL color Cylindrical-coordinate representation of color #EE835C: hue angle of 16.03º 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 #EE835C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 92 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.07 |
| HSL | 16.03º | 0.81% | 0.65% | - |
| HSV(B) | 16.03º | 0.61% | 0.93% | - |
| XYZ | 45.31 | 35.18 | 14.53 | - |
| YUV | 158.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 92 | 0 | 0.45 | 0.61 | 0.07 | 16.03 | 0.81 | 0.65 |
| Hex | EE | 83 | 5C | 0 | 2D | 3D | 7 | 10 | 51 | 41 |
| Octal | 356 | 203 | 134 | 0 | 55 | 75 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000011 | 1011100 | 0 | 101101 | 111101 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE835C
Complementary color
Monochromatic Colors of #EE835C
Black with #EE835C
Text Example
Text Example
White with #EE835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE835C; }
p { color: rgb(238,131,92); }
H1.HeaderClassName
{
color: #EE835C;
}
.AnyTagClassName
{
color: #EE835C;
}
</style>
background-color css
<style>
a { background-color: #EE835C; }
a { background-color: rgb(238,131,92); }
div.DivClassName
{
background-color: #EE835C;
}
.BgClassName
{
background-color: #EE835C;
}
</style>
border-color css
<style>
span { border-color: #EE835C; }
span { border-color: rgb(238,131,92); }
td.TdClassName
{
border-color: #EE835C;
}
.TagClassName
{
border-color: #EE835C;
}
</style>