#EEBCA0

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

Shades of Mandys Pink #EEBCA0

Tints of Mandys Pink #EEBCA0

Color information

#EEBCA0 (or 0xEEBCA0) is unknown color: approx Mandys Pink. HEX triplet: EE, BC and A0. RGB value is (238,188,160). Sum of RGB (Red+Green+Blue) = 238+188+160=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBCA0 is #11435F. Grayscale: #C7C7C7. Windows color (decimal): -1131360 or 10534126. OLE color: 10534126.

HSL color Cylindrical-coordinate representation of color #EEBCA0: hue angle of 21.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBCA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238188160-
CMYK00.210.330.07
HSL21.54º69.64%78.04%-
HSV(B)21.54º32.77%93.33%-
XYZ59.5956.6841.06-
YUV199.76105.56155.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.61%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 160 (62.89% from 255) = 27.30%
R=40.61%
G=32.08%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818816000.210.330.0721.5469.6478.04
HexEEBCA001521716464e
Octal35627424002541726106116
Binary1110111010111100101000000101011000011111011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCA0; }

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

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

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

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

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

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

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

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