Shades of Mandys Pink #EEB68E
Tints of Mandys Pink #EEB68E
RGB
CMYK
RGB Variations
Color information
#EEB68E (or 0xEEB68E) is known color: Mandys Pink. HEX triplet: EE, B6 and 8E. RGB value is (238,182,142). Sum of RGB (Red+Green+Blue) = 238+182+142=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB68E is #114971. Grayscale: #C2C2C2. Windows color (decimal): -1132914 or 9352942. OLE color: 9352942.
HSL color Cylindrical-coordinate representation of color #EEB68E: hue angle of 25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEB68E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 142 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 25º | 0.74% | 0.75% | - |
| HSV(B) | 25º | 0.4% | 0.93% | - |
| XYZ | 56.87 | 53.59 | 32.94 | - |
| YUV | 194.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 142 | 0 | 0.24 | 0.40 | 0.07 | 25 | 0.74 | 0.75 |
| Hex | EE | B6 | 8E | 0 | 18 | 28 | 7 | 19 | 4A | 4B |
| Octal | 356 | 266 | 216 | 0 | 30 | 50 | 7 | 31 | 112 | 113 |
| Binary | 11101110 | 10110110 | 10001110 | 0 | 11000 | 101000 | 111 | 11001 | 1001010 | 1001011 |
Color Harmonies of #EEB68E
Complementary color
Monochromatic Colors of #EEB68E
Black with #EEB68E
Text Example
Text Example
White with #EEB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB68E; }
p { color: rgb(238,182,142); }
H1.HeaderClassName
{
color: #EEB68E;
}
.AnyTagClassName
{
color: #EEB68E;
}
</style>
background-color css
<style>
a { background-color: #EEB68E; }
a { background-color: rgb(238,182,142); }
div.DivClassName
{
background-color: #EEB68E;
}
.BgClassName
{
background-color: #EEB68E;
}
</style>
border-color css
<style>
span { border-color: #EEB68E; }
span { border-color: rgb(238,182,142); }
td.TdClassName
{
border-color: #EEB68E;
}
.TagClassName
{
border-color: #EEB68E;
}
</style>