Shades of Crusta #EE915A
Tints of Crusta #EE915A
RGB
CMYK
RGB Variations
Color information
#EE915A (or 0xEE915A) is known color: Crusta. HEX triplet: EE, 91 and 5A. RGB value is (238,145,90). Sum of RGB (Red+Green+Blue) = 238+145+90=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE915A is #116EA5. Grayscale: #A6A6A6. Windows color (decimal): -1142438 or 5935598. OLE color: 5935598.
HSL color Cylindrical-coordinate representation of color #EE915A: hue angle of 22.3º 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 #EE915A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 90 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.07 |
| HSL | 22.3º | 0.81% | 0.64% | - |
| HSV(B) | 22.3º | 0.62% | 0.93% | - |
| XYZ | 47.23 | 39.17 | 14.74 | - |
| YUV | 166.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 90 | 0 | 0.39 | 0.62 | 0.07 | 22.3 | 0.81 | 0.64 |
| Hex | EE | 91 | 5A | 0 | 27 | 3E | 7 | 16 | 51 | 40 |
| Octal | 356 | 221 | 132 | 0 | 47 | 76 | 7 | 26 | 121 | 100 |
| Binary | 11101110 | 10010001 | 1011010 | 0 | 100111 | 111110 | 111 | 10110 | 1010001 | 1000000 |
Color Harmonies of #EE915A
Complementary color
Monochromatic Colors of #EE915A
Black with #EE915A
Text Example
Text Example
White with #EE915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE915A; }
p { color: rgb(238,145,90); }
H1.HeaderClassName
{
color: #EE915A;
}
.AnyTagClassName
{
color: #EE915A;
}
</style>
background-color css
<style>
a { background-color: #EE915A; }
a { background-color: rgb(238,145,90); }
div.DivClassName
{
background-color: #EE915A;
}
.BgClassName
{
background-color: #EE915A;
}
</style>
border-color css
<style>
span { border-color: #EE915A; }
span { border-color: rgb(238,145,90); }
td.TdClassName
{
border-color: #EE915A;
}
.TagClassName
{
border-color: #EE915A;
}
</style>