#EEB696

Color #EEB696 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #EEB696

Tints of Mandys Pink #EEB696

Color information

#EEB696 (or 0xEEB696) is unknown color: approx Mandys Pink. HEX triplet: EE, B6 and 96. RGB value is (238,182,150). Sum of RGB (Red+Green+Blue) = 238+182+150=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB696 is #114969. Grayscale: #C3C3C3. Windows color (decimal): -1132906 or 9877230. OLE color: 9877230.

HSL color Cylindrical-coordinate representation of color #EEB696: hue angle of 21.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEB696 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238182150-
CMYK00.240.370.07
HSL21.82º72.13%76.08%-
HSV(B)21.82º36.97%93.33%-
XYZ57.4953.8436.22-
YUV195.1102.55158.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 41.75%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=41.75%
G=31.93%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818215000.240.370.0721.8272.1376.08
HexEEB69601825716484c
Octal35626622603045726110114
Binary1110111010110110100101100110001001011111011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB696; }

 p { color: rgb(238,182,150); }

 H1.HeaderClassName
 {
   color: #EEB696;
 }
 .AnyTagClassName
 {
   color: #EEB696;
 }
</style>
background-color css

<style>
 a { background-color: #EEB696; }

 a { background-color: rgb(238,182,150); }

 div.DivClassName
 {
   background-color: #EEB696;
 }
 .BgClassName
 {
   background-color: #EEB696;
 }
</style>
border-color css

<style>
 span { border-color: #EEB696; }

 span { border-color: rgb(238,182,150); }

 td.TdClassName
 {
   border-color: #EEB696;
 }
 .TagClassName
 {
   border-color: #EEB696;
 }
</style>