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