Shades of Wewak #EF9093
Tints of Wewak #EF9093
RGB
CMYK
RGB Variations
Color information
#EF9093 (or 0xEF9093) is known color: Wewak. HEX triplet: EF, 90 and 93. RGB value is (239,144,147). Sum of RGB (Red+Green+Blue) = 239+144+147=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9093 is #106F6C. Grayscale: #ACACAC. Windows color (decimal): -1077101 or 9670895. OLE color: 9670895.
HSL color Cylindrical-coordinate representation of color #EF9093: hue angle of 358.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF9093 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 147 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.06 |
| HSL | 358.11º | 0.75% | 0.75% | - |
| HSV(B) | 358.11º | 0.4% | 0.94% | - |
| XYZ | 50.84 | 40.4 | 32.72 | - |
| YUV | 172.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 147 | 0 | 0.40 | 0.38 | 0.06 | 358.11 | 0.75 | 0.75 |
| Hex | EF | 90 | 93 | 0 | 28 | 26 | 6 | 166 | 4B | 4B |
| Octal | 357 | 220 | 223 | 0 | 50 | 46 | 6 | 546 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10010011 | 0 | 101000 | 100110 | 110 | 101100110 | 1001011 | 1001011 |
Color Harmonies of #EF9093
Complementary color
Monochromatic Colors of #EF9093
Black with #EF9093
Text Example
Text Example
White with #EF9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9093; }
p { color: rgb(239,144,147); }
H1.HeaderClassName
{
color: #EF9093;
}
.AnyTagClassName
{
color: #EF9093;
}
</style>
background-color css
<style>
a { background-color: #EF9093; }
a { background-color: rgb(239,144,147); }
div.DivClassName
{
background-color: #EF9093;
}
.BgClassName
{
background-color: #EF9093;
}
</style>
border-color css
<style>
span { border-color: #EF9093; }
span { border-color: rgb(239,144,147); }
td.TdClassName
{
border-color: #EF9093;
}
.TagClassName
{
border-color: #EF9093;
}
</style>