Shades of Crusta #EE8450
Tints of Crusta #EE8450
RGB
CMYK
RGB Variations
Color information
#EE8450 (or 0xEE8450) is known color: Crusta. HEX triplet: EE, 84 and 50. RGB value is (238,132,80). Sum of RGB (Red+Green+Blue) = 238+132+80=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8450 is #117BAF. Grayscale: #9E9E9E. Windows color (decimal): -1145776 or 5276910. OLE color: 5276910.
HSL color Cylindrical-coordinate representation of color #EE8450: hue angle of 19.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE8450 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 80 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.07 |
| HSL | 19.75º | 0.82% | 0.62% | - |
| HSV(B) | 19.75º | 0.66% | 0.93% | - |
| XYZ | 44.96 | 35.26 | 12.03 | - |
| YUV | 157.77 | 84.12 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 80 | 0 | 0.45 | 0.66 | 0.07 | 19.75 | 0.82 | 0.62 |
| Hex | EE | 84 | 50 | 0 | 2D | 42 | 7 | 14 | 52 | 3E |
| Octal | 356 | 204 | 120 | 0 | 55 | 102 | 7 | 24 | 122 | 76 |
| Binary | 11101110 | 10000100 | 1010000 | 0 | 101101 | 1000010 | 111 | 10100 | 1010010 | 111110 |
Color Harmonies of #EE8450
Complementary color
Monochromatic Colors of #EE8450
Black with #EE8450
Text Example
Text Example
White with #EE8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8450; }
p { color: rgb(238,132,80); }
H1.HeaderClassName
{
color: #EE8450;
}
.AnyTagClassName
{
color: #EE8450;
}
</style>
background-color css
<style>
a { background-color: #EE8450; }
a { background-color: rgb(238,132,80); }
div.DivClassName
{
background-color: #EE8450;
}
.BgClassName
{
background-color: #EE8450;
}
</style>
border-color css
<style>
span { border-color: #EE8450; }
span { border-color: rgb(238,132,80); }
td.TdClassName
{
border-color: #EE8450;
}
.TagClassName
{
border-color: #EE8450;
}
</style>