Shades of Crusta #EE905A
Tints of Crusta #EE905A
RGB
CMYK
RGB Variations
Color information
#EE905A (or 0xEE905A) is known color: Crusta. HEX triplet: EE, 90 and 5A. RGB value is (238,144,90). Sum of RGB (Red+Green+Blue) = 238+144+90=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE905A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE905A is #116FA5. Grayscale: #A6A6A6. Windows color (decimal): -1142694 or 5935342. OLE color: 5935342.
HSL color Cylindrical-coordinate representation of color #EE905A: hue angle of 21.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE905A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.07 |
| HSL | 21.89º | 0.81% | 0.64% | - |
| HSV(B) | 21.89º | 0.62% | 0.93% | - |
| XYZ | 47.08 | 38.86 | 14.69 | - |
| YUV | 165.95 | 85.14 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 90 | 0 | 0.39 | 0.62 | 0.07 | 21.89 | 0.81 | 0.64 |
| Hex | EE | 90 | 5A | 0 | 27 | 3E | 7 | 16 | 51 | 40 |
| Octal | 356 | 220 | 132 | 0 | 47 | 76 | 7 | 26 | 121 | 100 |
| Binary | 11101110 | 10010000 | 1011010 | 0 | 100111 | 111110 | 111 | 10110 | 1010001 | 1000000 |
Color Harmonies of #EE905A
Complementary color
Monochromatic Colors of #EE905A
Black with #EE905A
Text Example
Text Example
White with #EE905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE905A; }
p { color: rgb(238,144,90); }
H1.HeaderClassName
{
color: #EE905A;
}
.AnyTagClassName
{
color: #EE905A;
}
</style>
background-color css
<style>
a { background-color: #EE905A; }
a { background-color: rgb(238,144,90); }
div.DivClassName
{
background-color: #EE905A;
}
.BgClassName
{
background-color: #EE905A;
}
</style>
border-color css
<style>
span { border-color: #EE905A; }
span { border-color: rgb(238,144,90); }
td.TdClassName
{
border-color: #EE905A;
}
.TagClassName
{
border-color: #EE905A;
}
</style>