Shades of Wewak #EF8C8F
Tints of Wewak #EF8C8F
RGB
CMYK
RGB Variations
Color information
#EF8C8F (or 0xEF8C8F) is known color: Wewak. HEX triplet: EF, 8C and 8F. RGB value is (239,140,143). Sum of RGB (Red+Green+Blue) = 239+140+143=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C8F is #107370. Grayscale: #AAAAAA. Windows color (decimal): -1078129 or 9407727. OLE color: 9407727.
HSL color Cylindrical-coordinate representation of color #EF8C8F: hue angle of 358.18º 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 #EF8C8F is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 143 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.06 |
| HSL | 358.18º | 0.76% | 0.74% | - |
| HSV(B) | 358.18º | 0.41% | 0.94% | - |
| XYZ | 49.93 | 39.09 | 30.9 | - |
| YUV | 169.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 143 | 0 | 0.41 | 0.40 | 0.06 | 358.18 | 0.76 | 0.74 |
| Hex | EF | 8C | 8F | 0 | 29 | 28 | 6 | 166 | 4C | 4A |
| Octal | 357 | 214 | 217 | 0 | 51 | 50 | 6 | 546 | 114 | 112 |
| Binary | 11101111 | 10001100 | 10001111 | 0 | 101001 | 101000 | 110 | 101100110 | 1001100 | 1001010 |
Color Harmonies of #EF8C8F
Complementary color
Monochromatic Colors of #EF8C8F
Black with #EF8C8F
Text Example
Text Example
White with #EF8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C8F; }
p { color: rgb(239,140,143); }
H1.HeaderClassName
{
color: #EF8C8F;
}
.AnyTagClassName
{
color: #EF8C8F;
}
</style>
background-color css
<style>
a { background-color: #EF8C8F; }
a { background-color: rgb(239,140,143); }
div.DivClassName
{
background-color: #EF8C8F;
}
.BgClassName
{
background-color: #EF8C8F;
}
</style>
border-color css
<style>
span { border-color: #EF8C8F; }
span { border-color: rgb(239,140,143); }
td.TdClassName
{
border-color: #EF8C8F;
}
.TagClassName
{
border-color: #EF8C8F;
}
</style>