Shades of Mandys Pink #EEB69A
Tints of Mandys Pink #EEB69A
RGB
CMYK
RGB Variations
Color information
#EEB69A (or 0xEEB69A) is known color: Mandys Pink. HEX triplet: EE, B6 and 9A. RGB value is (238,182,154). Sum of RGB (Red+Green+Blue) = 238+182+154=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB69A is #114965. Grayscale: #C3C3C3. Windows color (decimal): -1132902 or 10139374. OLE color: 10139374.
HSL color Cylindrical-coordinate representation of color #EEB69A: hue angle of 20º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEB69A is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 182 | 154 | - |
CMYK | 0 | 0.24 | 0.35 | 0.07 |
HSL | 20º | 0.71% | 0.77% | - |
HSV(B) | 20º | 0.35% | 0.93% | - |
XYZ | 57.82 | 53.97 | 37.94 | - |
YUV | 195.55 | 104.55 | 158.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 182 | 154 | 0 | 0.24 | 0.35 | 0.07 | 20 | 0.71 | 0.77 |
Hex | EE | B6 | 9A | 0 | 18 | 23 | 7 | 14 | 47 | 4D |
Octal | 356 | 266 | 232 | 0 | 30 | 43 | 7 | 24 | 107 | 115 |
Binary | 11101110 | 10110110 | 10011010 | 0 | 11000 | 100011 | 111 | 10100 | 1000111 | 1001101 |
Color Harmonies of #EEB69A
Complementary color
Monochromatic Colors of #EEB69A
Black with #EEB69A
Text Example
Text Example
White with #EEB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB69A; }
p { color: rgb(238,182,154); }
H1.HeaderClassName
{
color: #EEB69A;
}
.AnyTagClassName
{
color: #EEB69A;
}
</style>
background-color css
<style>
a { background-color: #EEB69A; }
a { background-color: rgb(238,182,154); }
div.DivClassName
{
background-color: #EEB69A;
}
.BgClassName
{
background-color: #EEB69A;
}
</style>
border-color css
<style>
span { border-color: #EEB69A; }
span { border-color: rgb(238,182,154); }
td.TdClassName
{
border-color: #EEB69A;
}
.TagClassName
{
border-color: #EEB69A;
}
</style>