Shades of Mandys Pink #EABB9A
Tints of Mandys Pink #EABB9A
RGB
CMYK
RGB Variations
Color information
#EABB9A (or 0xEABB9A) is known color: Mandys Pink. HEX triplet: EA, BB and 9A. RGB value is (234,187,154). Sum of RGB (Red+Green+Blue) = 234+187+154=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB9A is #154465. Grayscale: #C5C5C5. Windows color (decimal): -1393766 or 10140650. OLE color: 10140650.
HSL color Cylindrical-coordinate representation of color #EABB9A: hue angle of 24.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EABB9A is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 154 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.08 |
| HSL | 24.75º | 0.66% | 0.76% | - |
| HSV(B) | 24.75º | 0.34% | 0.92% | - |
| XYZ | 57.53 | 55.37 | 38.23 | - |
| YUV | 197.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 154 | 0 | 0.20 | 0.34 | 0.08 | 24.75 | 0.66 | 0.76 |
| Hex | EA | BB | 9A | 0 | 14 | 22 | 8 | 19 | 42 | 4C |
| Octal | 352 | 273 | 232 | 0 | 24 | 42 | 10 | 31 | 102 | 114 |
| Binary | 11101010 | 10111011 | 10011010 | 0 | 10100 | 100010 | 1000 | 11001 | 1000010 | 1001100 |
Color Harmonies of #EABB9A
Complementary color
Monochromatic Colors of #EABB9A
Black with #EABB9A
Text Example
Text Example
White with #EABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB9A; }
p { color: rgb(234,187,154); }
H1.HeaderClassName
{
color: #EABB9A;
}
.AnyTagClassName
{
color: #EABB9A;
}
</style>
background-color css
<style>
a { background-color: #EABB9A; }
a { background-color: rgb(234,187,154); }
div.DivClassName
{
background-color: #EABB9A;
}
.BgClassName
{
background-color: #EABB9A;
}
</style>
border-color css
<style>
span { border-color: #EABB9A; }
span { border-color: rgb(234,187,154); }
td.TdClassName
{
border-color: #EABB9A;
}
.TagClassName
{
border-color: #EABB9A;
}
</style>