#EEBC96

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

Shades of Mandys Pink #EEBC96

Tints of Mandys Pink #EEBC96

Color information

#EEBC96 (or 0xEEBC96) is unknown color: approx Mandys Pink. HEX triplet: EE, BC and 96. RGB value is (238,188,150). Sum of RGB (Red+Green+Blue) = 238+188+150=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBC96 is #114369. Grayscale: #C6C6C6. Windows color (decimal): -1131370 or 9878766. OLE color: 9878766.

HSL color Cylindrical-coordinate representation of color #EEBC96: hue angle of 25.91º 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 #EEBC96 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238188150-
CMYK00.210.370.07
HSL25.91º72.13%76.08%-
HSV(B)25.91º36.97%93.33%-
XYZ58.7556.3536.63-
YUV198.62100.56156.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.32%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=41.32%
G=32.64%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818815000.210.370.0725.9172.1376.08
HexEEBC960152571a484c
Octal35627422602545732110114
Binary1110111010111100100101100101011001011111101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBC96; }

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

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

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

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

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

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

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

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