Shades of Crusta #EE915D
Tints of Crusta #EE915D
RGB
CMYK
RGB Variations
Color information
#EE915D (or 0xEE915D) is known color: Crusta. HEX triplet: EE, 91 and 5D. RGB value is (238,145,93). Sum of RGB (Red+Green+Blue) = 238+145+93=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE915D is #116EA2. Grayscale: #A7A7A7. Windows color (decimal): -1142435 or 6132206. OLE color: 6132206.
HSL color Cylindrical-coordinate representation of color #EE915D: hue angle of 21.52º 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 #EE915D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 93 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.52º | 0.81% | 0.65% | - |
| HSV(B) | 21.52º | 0.61% | 0.93% | - |
| XYZ | 47.36 | 39.22 | 15.43 | - |
| YUV | 166.88 | 86.31 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 93 | 0 | 0.39 | 0.61 | 0.07 | 21.52 | 0.81 | 0.65 |
| Hex | EE | 91 | 5D | 0 | 27 | 3D | 7 | 16 | 51 | 41 |
| Octal | 356 | 221 | 135 | 0 | 47 | 75 | 7 | 26 | 121 | 101 |
| Binary | 11101110 | 10010001 | 1011101 | 0 | 100111 | 111101 | 111 | 10110 | 1010001 | 1000001 |
Color Harmonies of #EE915D
Complementary color
Monochromatic Colors of #EE915D
Black with #EE915D
Text Example
Text Example
White with #EE915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE915D; }
p { color: rgb(238,145,93); }
H1.HeaderClassName
{
color: #EE915D;
}
.AnyTagClassName
{
color: #EE915D;
}
</style>
background-color css
<style>
a { background-color: #EE915D; }
a { background-color: rgb(238,145,93); }
div.DivClassName
{
background-color: #EE915D;
}
.BgClassName
{
background-color: #EE915D;
}
</style>
border-color css
<style>
span { border-color: #EE915D; }
span { border-color: rgb(238,145,93); }
td.TdClassName
{
border-color: #EE915D;
}
.TagClassName
{
border-color: #EE915D;
}
</style>