Shades of Wewak #E79496
Tints of Wewak #E79496
RGB
CMYK
RGB Variations
Color information
#E79496 (or 0xE79496) is known color: Wewak. HEX triplet: E7, 94 and 96. RGB value is (231,148,150). Sum of RGB (Red+Green+Blue) = 231+148+150=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E79496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79496 is #186B69. Grayscale: #ADADAD. Windows color (decimal): -1600362 or 9868519. OLE color: 9868519.
HSL color Cylindrical-coordinate representation of color #E79496: hue angle of 358.55º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E79496 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 150 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.09 |
| HSL | 358.55º | 0.63% | 0.74% | - |
| HSV(B) | 358.55º | 0.36% | 0.91% | - |
| XYZ | 49.05 | 40.37 | 34.06 | - |
| YUV | 173.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 150 | 0 | 0.36 | 0.35 | 0.09 | 358.55 | 0.63 | 0.74 |
| Hex | E7 | 94 | 96 | 0 | 24 | 23 | 9 | 167 | 3F | 4A |
| Octal | 347 | 224 | 226 | 0 | 44 | 43 | 11 | 547 | 77 | 112 |
| Binary | 11100111 | 10010100 | 10010110 | 0 | 100100 | 100011 | 1001 | 101100111 | 111111 | 1001010 |
Color Harmonies of #E79496
Complementary color
Monochromatic Colors of #E79496
Black with #E79496
Text Example
Text Example
White with #E79496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79496; }
p { color: rgb(231,148,150); }
H1.HeaderClassName
{
color: #E79496;
}
.AnyTagClassName
{
color: #E79496;
}
</style>
background-color css
<style>
a { background-color: #E79496; }
a { background-color: rgb(231,148,150); }
div.DivClassName
{
background-color: #E79496;
}
.BgClassName
{
background-color: #E79496;
}
</style>
border-color css
<style>
span { border-color: #E79496; }
span { border-color: rgb(231,148,150); }
td.TdClassName
{
border-color: #E79496;
}
.TagClassName
{
border-color: #E79496;
}
</style>