Shades of Crusta #EE915C
Tints of Crusta #EE915C
RGB
CMYK
RGB Variations
Color information
#EE915C (or 0xEE915C) is known color: Crusta. HEX triplet: EE, 91 and 5C. RGB value is (238,145,92). Sum of RGB (Red+Green+Blue) = 238+145+92=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE915C is #116EA3. Grayscale: #A7A7A7. Windows color (decimal): -1142436 or 6066670. OLE color: 6066670.
HSL color Cylindrical-coordinate representation of color #EE915C: hue angle of 21.78º 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 #EE915C is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 92 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.07 |
| HSL | 21.78º | 0.81% | 0.65% | - |
| HSV(B) | 21.78º | 0.61% | 0.93% | - |
| XYZ | 47.32 | 39.2 | 15.2 | - |
| YUV | 166.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 92 | 0 | 0.39 | 0.61 | 0.07 | 21.78 | 0.81 | 0.65 |
| Hex | EE | 91 | 5C | 0 | 27 | 3D | 7 | 16 | 51 | 41 |
| Octal | 356 | 221 | 134 | 0 | 47 | 75 | 7 | 26 | 121 | 101 |
| Binary | 11101110 | 10010001 | 1011100 | 0 | 100111 | 111101 | 111 | 10110 | 1010001 | 1000001 |
Color Harmonies of #EE915C
Complementary color
Monochromatic Colors of #EE915C
Black with #EE915C
Text Example
Text Example
White with #EE915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE915C; }
p { color: rgb(238,145,92); }
H1.HeaderClassName
{
color: #EE915C;
}
.AnyTagClassName
{
color: #EE915C;
}
</style>
background-color css
<style>
a { background-color: #EE915C; }
a { background-color: rgb(238,145,92); }
div.DivClassName
{
background-color: #EE915C;
}
.BgClassName
{
background-color: #EE915C;
}
</style>
border-color css
<style>
span { border-color: #EE915C; }
span { border-color: rgb(238,145,92); }
td.TdClassName
{
border-color: #EE915C;
}
.TagClassName
{
border-color: #EE915C;
}
</style>