Shades of Wewak #EF9099
Tints of Wewak #EF9099
RGB
CMYK
RGB Variations
Color information
#EF9099 (or 0xEF9099) is known color: Wewak. HEX triplet: EF, 90 and 99. RGB value is (239,144,153). Sum of RGB (Red+Green+Blue) = 239+144+153=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9099 is #106F66. Grayscale: #ADADAD. Windows color (decimal): -1077095 or 10064111. OLE color: 10064111.
HSL color Cylindrical-coordinate representation of color #EF9099: hue angle of 354.32º 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 #EF9099 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 153 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.06 |
| HSL | 354.32º | 0.75% | 0.75% | - |
| HSV(B) | 354.32º | 0.4% | 0.94% | - |
| XYZ | 51.32 | 40.6 | 35.27 | - |
| YUV | 173.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 153 | 0 | 0.40 | 0.36 | 0.06 | 354.32 | 0.75 | 0.75 |
| Hex | EF | 90 | 99 | 0 | 28 | 24 | 6 | 162 | 4B | 4B |
| Octal | 357 | 220 | 231 | 0 | 50 | 44 | 6 | 542 | 113 | 113 |
| Binary | 11101111 | 10010000 | 10011001 | 0 | 101000 | 100100 | 110 | 101100010 | 1001011 | 1001011 |
Color Harmonies of #EF9099
Complementary color
Monochromatic Colors of #EF9099
Black with #EF9099
Text Example
Text Example
White with #EF9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9099; }
p { color: rgb(239,144,153); }
H1.HeaderClassName
{
color: #EF9099;
}
.AnyTagClassName
{
color: #EF9099;
}
</style>
background-color css
<style>
a { background-color: #EF9099; }
a { background-color: rgb(239,144,153); }
div.DivClassName
{
background-color: #EF9099;
}
.BgClassName
{
background-color: #EF9099;
}
</style>
border-color css
<style>
span { border-color: #EF9099; }
span { border-color: rgb(239,144,153); }
td.TdClassName
{
border-color: #EF9099;
}
.TagClassName
{
border-color: #EF9099;
}
</style>