Shades of Crusta #EE875D
Tints of Crusta #EE875D
RGB
CMYK
RGB Variations
Color information
#EE875D (or 0xEE875D) is known color: Crusta. HEX triplet: EE, 87 and 5D. RGB value is (238,135,93). Sum of RGB (Red+Green+Blue) = 238+135+93=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE875D is #1178A2. Grayscale: #A1A1A1. Windows color (decimal): -1144995 or 6129646. OLE color: 6129646.
HSL color Cylindrical-coordinate representation of color #EE875D: hue angle of 17.38º 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 #EE875D is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 93 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.07 |
| HSL | 17.38º | 0.81% | 0.65% | - |
| HSV(B) | 17.38º | 0.61% | 0.93% | - |
| XYZ | 45.9 | 36.3 | 14.94 | - |
| YUV | 161.01 | 89.62 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 93 | 0 | 0.43 | 0.61 | 0.07 | 17.38 | 0.81 | 0.65 |
| Hex | EE | 87 | 5D | 0 | 2B | 3D | 7 | 11 | 51 | 41 |
| Octal | 356 | 207 | 135 | 0 | 53 | 75 | 7 | 21 | 121 | 101 |
| Binary | 11101110 | 10000111 | 1011101 | 0 | 101011 | 111101 | 111 | 10001 | 1010001 | 1000001 |
Color Harmonies of #EE875D
Complementary color
Monochromatic Colors of #EE875D
Black with #EE875D
Text Example
Text Example
White with #EE875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE875D; }
p { color: rgb(238,135,93); }
H1.HeaderClassName
{
color: #EE875D;
}
.AnyTagClassName
{
color: #EE875D;
}
</style>
background-color css
<style>
a { background-color: #EE875D; }
a { background-color: rgb(238,135,93); }
div.DivClassName
{
background-color: #EE875D;
}
.BgClassName
{
background-color: #EE875D;
}
</style>
border-color css
<style>
span { border-color: #EE875D; }
span { border-color: rgb(238,135,93); }
td.TdClassName
{
border-color: #EE875D;
}
.TagClassName
{
border-color: #EE875D;
}
</style>