Shades of Crusta #EE9053
Tints of Crusta #EE9053
RGB
CMYK
RGB Variations
Color information
#EE9053 (or 0xEE9053) is known color: Crusta. HEX triplet: EE, 90 and 53. RGB value is (238,144,83). Sum of RGB (Red+Green+Blue) = 238+144+83=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9053 is #116FAC. Grayscale: #A5A5A5. Windows color (decimal): -1142701 or 5476590. OLE color: 5476590.
HSL color Cylindrical-coordinate representation of color #EE9053: hue angle of 23.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE9053 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 83 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.07 |
| HSL | 23.61º | 0.82% | 0.63% | - |
| HSV(B) | 23.61º | 0.65% | 0.93% | - |
| XYZ | 46.79 | 38.75 | 13.2 | - |
| YUV | 165.15 | 81.64 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 83 | 0 | 0.39 | 0.65 | 0.07 | 23.61 | 0.82 | 0.63 |
| Hex | EE | 90 | 53 | 0 | 27 | 41 | 7 | 18 | 52 | 3F |
| Octal | 356 | 220 | 123 | 0 | 47 | 101 | 7 | 30 | 122 | 77 |
| Binary | 11101110 | 10010000 | 1010011 | 0 | 100111 | 1000001 | 111 | 11000 | 1010010 | 111111 |
Color Harmonies of #EE9053
Complementary color
Monochromatic Colors of #EE9053
Black with #EE9053
Text Example
Text Example
White with #EE9053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9053; }
p { color: rgb(238,144,83); }
H1.HeaderClassName
{
color: #EE9053;
}
.AnyTagClassName
{
color: #EE9053;
}
</style>
background-color css
<style>
a { background-color: #EE9053; }
a { background-color: rgb(238,144,83); }
div.DivClassName
{
background-color: #EE9053;
}
.BgClassName
{
background-color: #EE9053;
}
</style>
border-color css
<style>
span { border-color: #EE9053; }
span { border-color: rgb(238,144,83); }
td.TdClassName
{
border-color: #EE9053;
}
.TagClassName
{
border-color: #EE9053;
}
</style>