Shades of Wewak #ED899C
Tints of Wewak #ED899C
RGB
CMYK
RGB Variations
Color information
#ED899C (or 0xED899C) is known color: Wewak. HEX triplet: ED, 89 and 9C. RGB value is (237,137,156). Sum of RGB (Red+Green+Blue) = 237+137+156=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899C is #127663. Grayscale: #A9A9A9. Windows color (decimal): -1209956 or 10258925. OLE color: 10258925.
HSL color Cylindrical-coordinate representation of color #ED899C: hue angle of 348.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED899C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 156 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.07 |
| HSL | 348.6º | 0.74% | 0.73% | - |
| HSV(B) | 348.6º | 0.42% | 0.93% | - |
| XYZ | 49.87 | 38.3 | 36.22 | - |
| YUV | 169.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 156 | 0 | 0.42 | 0.34 | 0.07 | 348.6 | 0.74 | 0.73 |
| Hex | ED | 89 | 9C | 0 | 2A | 22 | 7 | 15D | 4A | 49 |
| Octal | 355 | 211 | 234 | 0 | 52 | 42 | 7 | 535 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10011100 | 0 | 101010 | 100010 | 111 | 101011101 | 1001010 | 1001001 |
Color Harmonies of #ED899C
Complementary color
Monochromatic Colors of #ED899C
Black with #ED899C
Text Example
Text Example
White with #ED899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED899C; }
p { color: rgb(237,137,156); }
H1.HeaderClassName
{
color: #ED899C;
}
.AnyTagClassName
{
color: #ED899C;
}
</style>
background-color css
<style>
a { background-color: #ED899C; }
a { background-color: rgb(237,137,156); }
div.DivClassName
{
background-color: #ED899C;
}
.BgClassName
{
background-color: #ED899C;
}
</style>
border-color css
<style>
span { border-color: #ED899C; }
span { border-color: rgb(237,137,156); }
td.TdClassName
{
border-color: #ED899C;
}
.TagClassName
{
border-color: #ED899C;
}
</style>