Shades of Wewak #EC979A
Tints of Wewak #EC979A
RGB
CMYK
RGB Variations
Color information
#EC979A (or 0xEC979A) is known color: Wewak. HEX triplet: EC, 97 and 9A. RGB value is (236,151,154). Sum of RGB (Red+Green+Blue) = 236+151+154=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC979A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC979A is #136865. Grayscale: #B0B0B0. Windows color (decimal): -1271910 or 10131436. OLE color: 10131436.
HSL color Cylindrical-coordinate representation of color #EC979A: hue angle of 357.88º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC979A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 154 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.07 |
| HSL | 357.88º | 0.69% | 0.76% | - |
| HSV(B) | 357.88º | 0.36% | 0.93% | - |
| XYZ | 51.49 | 42.3 | 36.02 | - |
| YUV | 176.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 154 | 0 | 0.36 | 0.35 | 0.07 | 357.88 | 0.69 | 0.76 |
| Hex | EC | 97 | 9A | 0 | 24 | 23 | 7 | 166 | 45 | 4C |
| Octal | 354 | 227 | 232 | 0 | 44 | 43 | 7 | 546 | 105 | 114 |
| Binary | 11101100 | 10010111 | 10011010 | 0 | 100100 | 100011 | 111 | 101100110 | 1000101 | 1001100 |
Color Harmonies of #EC979A
Complementary color
Monochromatic Colors of #EC979A
Black with #EC979A
Text Example
Text Example
White with #EC979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC979A; }
p { color: rgb(236,151,154); }
H1.HeaderClassName
{
color: #EC979A;
}
.AnyTagClassName
{
color: #EC979A;
}
</style>
background-color css
<style>
a { background-color: #EC979A; }
a { background-color: rgb(236,151,154); }
div.DivClassName
{
background-color: #EC979A;
}
.BgClassName
{
background-color: #EC979A;
}
</style>
border-color css
<style>
span { border-color: #EC979A; }
span { border-color: rgb(236,151,154); }
td.TdClassName
{
border-color: #EC979A;
}
.TagClassName
{
border-color: #EC979A;
}
</style>