Shades of Crusta #EE815B
Tints of Crusta #EE815B
RGB
CMYK
RGB Variations
Color information
#EE815B (or 0xEE815B) is known color: Crusta. HEX triplet: EE, 81 and 5B. RGB value is (238,129,91). Sum of RGB (Red+Green+Blue) = 238+129+91=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE815B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE815B is #117EA4. Grayscale: #9D9D9D. Windows color (decimal): -1146533 or 5997038. OLE color: 5997038.
HSL color Cylindrical-coordinate representation of color #EE815B: hue angle of 15.51º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE815B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.07 |
| HSL | 15.51º | 0.81% | 0.65% | - |
| HSV(B) | 15.51º | 0.62% | 0.93% | - |
| XYZ | 45 | 34.63 | 14.21 | - |
| YUV | 157.26 | 90.61 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 91 | 0 | 0.46 | 0.62 | 0.07 | 15.51 | 0.81 | 0.65 |
| Hex | EE | 81 | 5B | 0 | 2E | 3E | 7 | 10 | 51 | 41 |
| Octal | 356 | 201 | 133 | 0 | 56 | 76 | 7 | 20 | 121 | 101 |
| Binary | 11101110 | 10000001 | 1011011 | 0 | 101110 | 111110 | 111 | 10000 | 1010001 | 1000001 |
Color Harmonies of #EE815B
Complementary color
Monochromatic Colors of #EE815B
Black with #EE815B
Text Example
Text Example
White with #EE815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE815B; }
p { color: rgb(238,129,91); }
H1.HeaderClassName
{
color: #EE815B;
}
.AnyTagClassName
{
color: #EE815B;
}
</style>
background-color css
<style>
a { background-color: #EE815B; }
a { background-color: rgb(238,129,91); }
div.DivClassName
{
background-color: #EE815B;
}
.BgClassName
{
background-color: #EE815B;
}
</style>
border-color css
<style>
span { border-color: #EE815B; }
span { border-color: rgb(238,129,91); }
td.TdClassName
{
border-color: #EE815B;
}
.TagClassName
{
border-color: #EE815B;
}
</style>