Shades of Wewak #EDA2A5
Tints of Wewak #EDA2A5
RGB
CMYK
RGB Variations
Color information
#EDA2A5 (or 0xEDA2A5) is known color: Wewak. HEX triplet: ED, A2 and A5. RGB value is (237,162,165). Sum of RGB (Red+Green+Blue) = 237+162+165=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA2A5 is #125D5A. Grayscale: #B8B8B8. Windows color (decimal): -1203547 or 10855149. OLE color: 10855149.
HSL color Cylindrical-coordinate representation of color #EDA2A5: hue angle of 357.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA2A5 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 165 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.07 |
| HSL | 357.6º | 0.68% | 0.78% | - |
| HSV(B) | 357.6º | 0.32% | 0.93% | - |
| XYZ | 54.64 | 46.56 | 41.7 | - |
| YUV | 184.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 165 | 0 | 0.32 | 0.30 | 0.07 | 357.6 | 0.68 | 0.78 |
| Hex | ED | A2 | A5 | 0 | 20 | 1E | 7 | 166 | 44 | 4E |
| Octal | 355 | 242 | 245 | 0 | 40 | 36 | 7 | 546 | 104 | 116 |
| Binary | 11101101 | 10100010 | 10100101 | 0 | 100000 | 11110 | 111 | 101100110 | 1000100 | 1001110 |
Color Harmonies of #EDA2A5
Complementary color
Monochromatic Colors of #EDA2A5
Black with #EDA2A5
Text Example
Text Example
White with #EDA2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2A5; }
p { color: rgb(237,162,165); }
H1.HeaderClassName
{
color: #EDA2A5;
}
.AnyTagClassName
{
color: #EDA2A5;
}
</style>
background-color css
<style>
a { background-color: #EDA2A5; }
a { background-color: rgb(237,162,165); }
div.DivClassName
{
background-color: #EDA2A5;
}
.BgClassName
{
background-color: #EDA2A5;
}
</style>
border-color css
<style>
span { border-color: #EDA2A5; }
span { border-color: rgb(237,162,165); }
td.TdClassName
{
border-color: #EDA2A5;
}
.TagClassName
{
border-color: #EDA2A5;
}
</style>