Shades of Wewak #EF9CA4
Tints of Wewak #EF9CA4
RGB
CMYK
RGB Variations
Color information
#EF9CA4 (or 0xEF9CA4) is known color: Wewak. HEX triplet: EF, 9C and A4. RGB value is (239,156,164). Sum of RGB (Red+Green+Blue) = 239+156+164=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9CA4 is #10635B. Grayscale: #B5B5B5. Windows color (decimal): -1074012 or 10788079. OLE color: 10788079.
HSL color Cylindrical-coordinate representation of color #EF9CA4: hue angle of 354.22º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CA4 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 164 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.06 |
| HSL | 354.22º | 0.72% | 0.77% | - |
| HSV(B) | 354.22º | 0.35% | 0.94% | - |
| XYZ | 54.19 | 44.81 | 40.91 | - |
| YUV | 181.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 164 | 0 | 0.35 | 0.31 | 0.06 | 354.22 | 0.72 | 0.77 |
| Hex | EF | 9C | A4 | 0 | 23 | 1F | 6 | 162 | 48 | 4D |
| Octal | 357 | 234 | 244 | 0 | 43 | 37 | 6 | 542 | 110 | 115 |
| Binary | 11101111 | 10011100 | 10100100 | 0 | 100011 | 11111 | 110 | 101100010 | 1001000 | 1001101 |
Color Harmonies of #EF9CA4
Complementary color
Monochromatic Colors of #EF9CA4
Black with #EF9CA4
Text Example
Text Example
White with #EF9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CA4; }
p { color: rgb(239,156,164); }
H1.HeaderClassName
{
color: #EF9CA4;
}
.AnyTagClassName
{
color: #EF9CA4;
}
</style>
background-color css
<style>
a { background-color: #EF9CA4; }
a { background-color: rgb(239,156,164); }
div.DivClassName
{
background-color: #EF9CA4;
}
.BgClassName
{
background-color: #EF9CA4;
}
</style>
border-color css
<style>
span { border-color: #EF9CA4; }
span { border-color: rgb(239,156,164); }
td.TdClassName
{
border-color: #EF9CA4;
}
.TagClassName
{
border-color: #EF9CA4;
}
</style>