Shades of Wewak #ED899A
Tints of Wewak #ED899A
RGB
CMYK
RGB Variations
Color information
#ED899A (or 0xED899A) is known color: Wewak. HEX triplet: ED, 89 and 9A. RGB value is (237,137,154). Sum of RGB (Red+Green+Blue) = 237+137+154=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED899A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED899A is #127665. Grayscale: #A8A8A8. Windows color (decimal): -1209958 or 10127853. OLE color: 10127853.
HSL color Cylindrical-coordinate representation of color #ED899A: hue angle of 349.8º 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 #ED899A is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 154 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.07 |
| HSL | 349.8º | 0.74% | 0.73% | - |
| HSV(B) | 349.8º | 0.42% | 0.93% | - |
| XYZ | 49.7 | 38.23 | 35.33 | - |
| YUV | 168.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 154 | 0 | 0.42 | 0.35 | 0.07 | 349.8 | 0.74 | 0.73 |
| Hex | ED | 89 | 9A | 0 | 2A | 23 | 7 | 15E | 4A | 49 |
| Octal | 355 | 211 | 232 | 0 | 52 | 43 | 7 | 536 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10011010 | 0 | 101010 | 100011 | 111 | 101011110 | 1001010 | 1001001 |
Color Harmonies of #ED899A
Complementary color
Monochromatic Colors of #ED899A
Black with #ED899A
Text Example
Text Example
White with #ED899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED899A; }
p { color: rgb(237,137,154); }
H1.HeaderClassName
{
color: #ED899A;
}
.AnyTagClassName
{
color: #ED899A;
}
</style>
background-color css
<style>
a { background-color: #ED899A; }
a { background-color: rgb(237,137,154); }
div.DivClassName
{
background-color: #ED899A;
}
.BgClassName
{
background-color: #ED899A;
}
</style>
border-color css
<style>
span { border-color: #ED899A; }
span { border-color: rgb(237,137,154); }
td.TdClassName
{
border-color: #ED899A;
}
.TagClassName
{
border-color: #ED899A;
}
</style>