Shades of Mandys Pink #ECB698
Tints of Mandys Pink #ECB698
RGB
CMYK
RGB Variations
Color information
#ECB698 (or 0xECB698) is known color: Mandys Pink. HEX triplet: EC, B6 and 98. RGB value is (236,182,152). Sum of RGB (Red+Green+Blue) = 236+182+152=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB698 is #134967. Grayscale: #C2C2C2. Windows color (decimal): -1263976 or 10008300. OLE color: 10008300.
HSL color Cylindrical-coordinate representation of color #ECB698: hue angle of 21.43º 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 #ECB698 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 152 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.07 |
| HSL | 21.43º | 0.69% | 0.76% | - |
| HSV(B) | 21.43º | 0.36% | 0.93% | - |
| XYZ | 56.99 | 53.56 | 37.04 | - |
| YUV | 194.73 | 103.89 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 152 | 0 | 0.23 | 0.36 | 0.07 | 21.43 | 0.69 | 0.76 |
| Hex | EC | B6 | 98 | 0 | 17 | 24 | 7 | 15 | 45 | 4C |
| Octal | 354 | 266 | 230 | 0 | 27 | 44 | 7 | 25 | 105 | 114 |
| Binary | 11101100 | 10110110 | 10011000 | 0 | 10111 | 100100 | 111 | 10101 | 1000101 | 1001100 |
Color Harmonies of #ECB698
Complementary color
Monochromatic Colors of #ECB698
Black with #ECB698
Text Example
Text Example
White with #ECB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB698; }
p { color: rgb(236,182,152); }
H1.HeaderClassName
{
color: #ECB698;
}
.AnyTagClassName
{
color: #ECB698;
}
</style>
background-color css
<style>
a { background-color: #ECB698; }
a { background-color: rgb(236,182,152); }
div.DivClassName
{
background-color: #ECB698;
}
.BgClassName
{
background-color: #ECB698;
}
</style>
border-color css
<style>
span { border-color: #ECB698; }
span { border-color: rgb(236,182,152); }
td.TdClassName
{
border-color: #ECB698;
}
.TagClassName
{
border-color: #ECB698;
}
</style>