Shades of Crusta #EE8A52
Tints of Crusta #EE8A52
RGB
CMYK
RGB Variations
Color information
#EE8A52 (or 0xEE8A52) is known color: Crusta. HEX triplet: EE, 8A and 52. RGB value is (238,138,82). Sum of RGB (Red+Green+Blue) = 238+138+82=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8A52 is #1175AD. Grayscale: #A1A1A1. Windows color (decimal): -1144238 or 5409518. OLE color: 5409518.
HSL color Cylindrical-coordinate representation of color #EE8A52: hue angle of 21.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE8A52 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 82 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.07 |
| HSL | 21.54º | 0.82% | 0.63% | - |
| HSV(B) | 21.54º | 0.66% | 0.93% | - |
| XYZ | 45.87 | 36.96 | 12.7 | - |
| YUV | 161.52 | 83.13 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 82 | 0 | 0.42 | 0.66 | 0.07 | 21.54 | 0.82 | 0.63 |
| Hex | EE | 8A | 52 | 0 | 2A | 42 | 7 | 16 | 52 | 3F |
| Octal | 356 | 212 | 122 | 0 | 52 | 102 | 7 | 26 | 122 | 77 |
| Binary | 11101110 | 10001010 | 1010010 | 0 | 101010 | 1000010 | 111 | 10110 | 1010010 | 111111 |
Color Harmonies of #EE8A52
Complementary color
Monochromatic Colors of #EE8A52
Black with #EE8A52
Text Example
Text Example
White with #EE8A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A52; }
p { color: rgb(238,138,82); }
H1.HeaderClassName
{
color: #EE8A52;
}
.AnyTagClassName
{
color: #EE8A52;
}
</style>
background-color css
<style>
a { background-color: #EE8A52; }
a { background-color: rgb(238,138,82); }
div.DivClassName
{
background-color: #EE8A52;
}
.BgClassName
{
background-color: #EE8A52;
}
</style>
border-color css
<style>
span { border-color: #EE8A52; }
span { border-color: rgb(238,138,82); }
td.TdClassName
{
border-color: #EE8A52;
}
.TagClassName
{
border-color: #EE8A52;
}
</style>