Shades of Crusta #EE8152
Tints of Crusta #EE8152
RGB
CMYK
RGB Variations
Color information
#EE8152 (or 0xEE8152) is known color: Crusta. HEX triplet: EE, 81 and 52. RGB value is (238,129,82). Sum of RGB (Red+Green+Blue) = 238+129+82=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8152 is #117EAD. Grayscale: #9C9C9C. Windows color (decimal): -1146542 or 5407214. OLE color: 5407214.
HSL color Cylindrical-coordinate representation of color #EE8152: hue angle of 18.08º 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 #EE8152 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 82 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.07 |
| HSL | 18.08º | 0.82% | 0.63% | - |
| HSV(B) | 18.08º | 0.66% | 0.93% | - |
| XYZ | 44.63 | 34.49 | 12.29 | - |
| YUV | 156.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 82 | 0 | 0.46 | 0.66 | 0.07 | 18.08 | 0.82 | 0.63 |
| Hex | EE | 81 | 52 | 0 | 2E | 42 | 7 | 12 | 52 | 3F |
| Octal | 356 | 201 | 122 | 0 | 56 | 102 | 7 | 22 | 122 | 77 |
| Binary | 11101110 | 10000001 | 1010010 | 0 | 101110 | 1000010 | 111 | 10010 | 1010010 | 111111 |
Color Harmonies of #EE8152
Complementary color
Monochromatic Colors of #EE8152
Black with #EE8152
Text Example
Text Example
White with #EE8152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8152; }
p { color: rgb(238,129,82); }
H1.HeaderClassName
{
color: #EE8152;
}
.AnyTagClassName
{
color: #EE8152;
}
</style>
background-color css
<style>
a { background-color: #EE8152; }
a { background-color: rgb(238,129,82); }
div.DivClassName
{
background-color: #EE8152;
}
.BgClassName
{
background-color: #EE8152;
}
</style>
border-color css
<style>
span { border-color: #EE8152; }
span { border-color: rgb(238,129,82); }
td.TdClassName
{
border-color: #EE8152;
}
.TagClassName
{
border-color: #EE8152;
}
</style>