Shades of Crusta #EE8A58
Tints of Crusta #EE8A58
RGB
CMYK
RGB Variations
Color information
#EE8A58 (or 0xEE8A58) is known color: Crusta. HEX triplet: EE, 8A and 58. RGB value is (238,138,88). Sum of RGB (Red+Green+Blue) = 238+138+88=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A58 is #1175A7. Grayscale: #A2A2A2. Windows color (decimal): -1144232 or 5802734. OLE color: 5802734.
HSL color Cylindrical-coordinate representation of color #EE8A58: hue angle of 20º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE8A58 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 88 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.07 |
| HSL | 20º | 0.82% | 0.64% | - |
| HSV(B) | 20º | 0.63% | 0.93% | - |
| XYZ | 46.11 | 37.06 | 13.96 | - |
| YUV | 162.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 88 | 0 | 0.42 | 0.63 | 0.07 | 20 | 0.82 | 0.64 |
| Hex | EE | 8A | 58 | 0 | 2A | 3F | 7 | 14 | 52 | 40 |
| Octal | 356 | 212 | 130 | 0 | 52 | 77 | 7 | 24 | 122 | 100 |
| Binary | 11101110 | 10001010 | 1011000 | 0 | 101010 | 111111 | 111 | 10100 | 1010010 | 1000000 |
Color Harmonies of #EE8A58
Complementary color
Monochromatic Colors of #EE8A58
Black with #EE8A58
Text Example
Text Example
White with #EE8A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A58; }
p { color: rgb(238,138,88); }
H1.HeaderClassName
{
color: #EE8A58;
}
.AnyTagClassName
{
color: #EE8A58;
}
</style>
background-color css
<style>
a { background-color: #EE8A58; }
a { background-color: rgb(238,138,88); }
div.DivClassName
{
background-color: #EE8A58;
}
.BgClassName
{
background-color: #EE8A58;
}
</style>
border-color css
<style>
span { border-color: #EE8A58; }
span { border-color: rgb(238,138,88); }
td.TdClassName
{
border-color: #EE8A58;
}
.TagClassName
{
border-color: #EE8A58;
}
</style>