Shades of Wewak #EF9092
Tints of Wewak #EF9092
RGB
CMYK
RGB Variations
Color information
#EF9092 (or 0xEF9092) is known color: Wewak. HEX triplet: EF, 90 and 92. RGB value is (239,144,146). Sum of RGB (Red+Green+Blue) = 239+144+146=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9092 is #106F6D. Grayscale: #ACACAC. Windows color (decimal): -1077102 or 9605359. OLE color: 9605359.
HSL color Cylindrical-coordinate representation of color #EF9092: hue angle of 358.74º 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 #EF9092 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 146 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.06 |
| HSL | 358.74º | 0.75% | 0.75% | - |
| HSV(B) | 358.74º | 0.4% | 0.94% | - |
| XYZ | 50.76 | 40.37 | 32.31 | - |
| YUV | 172.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 146 | 0 | 0.40 | 0.39 | 0.06 | 358.74 | 0.75 | 0.75 |
| Hex | EF | 90 | 92 | 0 | 28 | 27 | 6 | 167 | 4B | 4B |
| Octal | 357 | 220 | 222 | 0 | 50 | 47 | 6 | 547 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10010010 | 0 | 101000 | 100111 | 110 | 101100111 | 1001011 | 1001011 |
Color Harmonies of #EF9092
Complementary color
Monochromatic Colors of #EF9092
Black with #EF9092
Text Example
Text Example
White with #EF9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9092; }
p { color: rgb(239,144,146); }
H1.HeaderClassName
{
color: #EF9092;
}
.AnyTagClassName
{
color: #EF9092;
}
</style>
background-color css
<style>
a { background-color: #EF9092; }
a { background-color: rgb(239,144,146); }
div.DivClassName
{
background-color: #EF9092;
}
.BgClassName
{
background-color: #EF9092;
}
</style>
border-color css
<style>
span { border-color: #EF9092; }
span { border-color: rgb(239,144,146); }
td.TdClassName
{
border-color: #EF9092;
}
.TagClassName
{
border-color: #EF9092;
}
</style>