Shades of Crusta #EE945C
Tints of Crusta #EE945C
RGB
CMYK
RGB Variations
Color information
#EE945C (or 0xEE945C) is known color: Crusta. HEX triplet: EE, 94 and 5C. RGB value is (238,148,92). Sum of RGB (Red+Green+Blue) = 238+148+92=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE945C is #116BA3. Grayscale: #A8A8A8. Windows color (decimal): -1141668 or 6067438. OLE color: 6067438.
HSL color Cylindrical-coordinate representation of color #EE945C: hue angle of 23.01º 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 #EE945C is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 92 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.07 |
| HSL | 23.01º | 0.81% | 0.65% | - |
| HSV(B) | 23.01º | 0.61% | 0.93% | - |
| XYZ | 47.78 | 40.13 | 15.35 | - |
| YUV | 168.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 92 | 0 | 0.38 | 0.61 | 0.07 | 23.01 | 0.81 | 0.65 |
| Hex | EE | 94 | 5C | 0 | 26 | 3D | 7 | 17 | 51 | 41 |
| Octal | 356 | 224 | 134 | 0 | 46 | 75 | 7 | 27 | 121 | 101 |
| Binary | 11101110 | 10010100 | 1011100 | 0 | 100110 | 111101 | 111 | 10111 | 1010001 | 1000001 |
Color Harmonies of #EE945C
Complementary color
Monochromatic Colors of #EE945C
Black with #EE945C
Text Example
Text Example
White with #EE945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE945C; }
p { color: rgb(238,148,92); }
H1.HeaderClassName
{
color: #EE945C;
}
.AnyTagClassName
{
color: #EE945C;
}
</style>
background-color css
<style>
a { background-color: #EE945C; }
a { background-color: rgb(238,148,92); }
div.DivClassName
{
background-color: #EE945C;
}
.BgClassName
{
background-color: #EE945C;
}
</style>
border-color css
<style>
span { border-color: #EE945C; }
span { border-color: rgb(238,148,92); }
td.TdClassName
{
border-color: #EE945C;
}
.TagClassName
{
border-color: #EE945C;
}
</style>