Shades of Wewak #EF9295
Tints of Wewak #EF9295
RGB
CMYK
RGB Variations
Color information
#EF9295 (or 0xEF9295) is known color: Wewak. HEX triplet: EF, 92 and 95. RGB value is (239,146,149). Sum of RGB (Red+Green+Blue) = 239+146+149=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9295 is #106D6A. Grayscale: #AEAEAE. Windows color (decimal): -1076587 or 9802479. OLE color: 9802479.
HSL color Cylindrical-coordinate representation of color #EF9295: hue angle of 358.06º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF9295 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 149 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.06 |
| HSL | 358.06º | 0.74% | 0.75% | - |
| HSV(B) | 358.06º | 0.39% | 0.94% | - |
| XYZ | 51.3 | 41.08 | 33.66 | - |
| YUV | 174.15 | 113.81 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 149 | 0 | 0.39 | 0.38 | 0.06 | 358.06 | 0.74 | 0.75 |
| Hex | EF | 92 | 95 | 0 | 27 | 26 | 6 | 166 | 4A | 4B |
| Octal | 357 | 222 | 225 | 0 | 47 | 46 | 6 | 546 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10010101 | 0 | 100111 | 100110 | 110 | 101100110 | 1001010 | 1001011 |
Color Harmonies of #EF9295
Complementary color
Monochromatic Colors of #EF9295
Black with #EF9295
Text Example
Text Example
White with #EF9295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9295; }
p { color: rgb(239,146,149); }
H1.HeaderClassName
{
color: #EF9295;
}
.AnyTagClassName
{
color: #EF9295;
}
</style>
background-color css
<style>
a { background-color: #EF9295; }
a { background-color: rgb(239,146,149); }
div.DivClassName
{
background-color: #EF9295;
}
.BgClassName
{
background-color: #EF9295;
}
</style>
border-color css
<style>
span { border-color: #EF9295; }
span { border-color: rgb(239,146,149); }
td.TdClassName
{
border-color: #EF9295;
}
.TagClassName
{
border-color: #EF9295;
}
</style>