Shades of Wewak #EF8C90
Tints of Wewak #EF8C90
RGB
CMYK
RGB Variations
Color information
#EF8C90 (or 0xEF8C90) is known color: Wewak. HEX triplet: EF, 8C and 90. RGB value is (239,140,144). Sum of RGB (Red+Green+Blue) = 239+140+144=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C90 is #10736F. Grayscale: #AAAAAA. Windows color (decimal): -1078128 or 9473263. OLE color: 9473263.
HSL color Cylindrical-coordinate representation of color #EF8C90: hue angle of 357.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8C90 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 144 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.06 |
| HSL | 357.58º | 0.76% | 0.74% | - |
| HSV(B) | 357.58º | 0.41% | 0.94% | - |
| XYZ | 50.01 | 39.12 | 31.3 | - |
| YUV | 170.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 144 | 0 | 0.41 | 0.40 | 0.06 | 357.58 | 0.76 | 0.74 |
| Hex | EF | 8C | 90 | 0 | 29 | 28 | 6 | 166 | 4C | 4A |
| Octal | 357 | 214 | 220 | 0 | 51 | 50 | 6 | 546 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10010000 | 0 | 101001 | 101000 | 110 | 101100110 | 1001100 | 1001010 |
Color Harmonies of #EF8C90
Complementary color
Monochromatic Colors of #EF8C90
Black with #EF8C90
Text Example
Text Example
White with #EF8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C90; }
p { color: rgb(239,140,144); }
H1.HeaderClassName
{
color: #EF8C90;
}
.AnyTagClassName
{
color: #EF8C90;
}
</style>
background-color css
<style>
a { background-color: #EF8C90; }
a { background-color: rgb(239,140,144); }
div.DivClassName
{
background-color: #EF8C90;
}
.BgClassName
{
background-color: #EF8C90;
}
</style>
border-color css
<style>
span { border-color: #EF8C90; }
span { border-color: rgb(239,140,144); }
td.TdClassName
{
border-color: #EF8C90;
}
.TagClassName
{
border-color: #EF8C90;
}
</style>